Re: [PATCH v23 1/3] dt-bindings: clock: npcm845: Add reference 25m clock property

From: Stephen Boyd
Date: Thu Feb 22 2024 - 00:59:04 EST


Quoting Tomer Maimon (2024-01-31 10:26:51)
> diff --git a/Documentation/devicetree/bindings/clock/nuvoton,npcm845-clk.yaml b/Documentation/devicetree/bindings/clock/nuvoton,npcm845-clk.yaml
> index b901ca13cd25..7060891d0c32 100644
> --- a/Documentation/devicetree/bindings/clock/nuvoton,npcm845-clk.yaml
> +++ b/Documentation/devicetree/bindings/clock/nuvoton,npcm845-clk.yaml
> @@ -44,6 +54,8 @@ examples:
> compatible = "nuvoton,npcm845-clk";
> reg = <0x0 0xf0801000 0x0 0x1000>;
> #clock-cells = <1>;
> + clocks = <&refclk>;
> + clock-names = "refclk";

The driver seems to want this to be a child of the mfd syscon. Is that
right?