Re: [PATCH 05/13] dt-bindings: mfd: add Documentation for Airoha EN7581 SCU

From: Krzysztof Kozlowski
Date: Mon Mar 10 2025 - 04:01:51 EST


On Sun, Mar 09, 2025 at 02:29:36PM +0100, Christian Marangi wrote:
> +
> +examples:
> + - |
> + #include <dt-bindings/soc/airoha,scu-ssr.h>
> +
> + system-controller@1fb00000 {
> + compatible = "airoha,en7581-scu-sysctl", "syscon", "simple-mfd";
> + reg = <0x1fb00000 0x970>;
> +
> + clock-controller {
> + compatible = "airoha,en7581-scu";
> +

No resources here, so this is part of the parent.

> + #clock-cells = <1>;
> + #reset-cells = <1>;
> + };
> +
> + system-controller {
> + compatible = "airoha,an7581-scu-ssr";

No, this was told many times - you do not have resources here, so no
chhild.

Best regards,
Krzysztof