[PATCH v3 1/3] dt-bindings: reset: Add Armada8K reset controller
Krzysztof Kozlowski
krzk at kernel.org
Thu Feb 27 22:55:38 PST 2025
On 27/02/2025 20:25, Wilson Ding wrote:
> + maxItems: 1
> +
> + "#reset-cells":
> + const: 1
> +
> +required:
> + - compatible
> + - reg
> + - "#reset-cells"
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + syscon0: system-controller at 440000 {
> + compatible = "syscon", "simple-mfd";
Drop entire node. Neither correct, nor needed.
> + reg = <0x440000 0x2000>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> +
> + swrst: reset-controller at 268 {
> + compatible = "marvell,armada8k-reset";
> + reg = <0x268 0x4>;
> + #reset-cells = <1>;
> + };
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list