[PATCH v6 1/4] dt-bindings: clock: add ExynosAuto v920 SoC CMU bindings

sunyeal.hong sunyeal.hong at samsung.com
Mon Aug 19 18:46:28 PDT 2024


Hello Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzk at kernel.org>
> Sent: Monday, August 19, 2024 5:20 PM
> To: Sunyeal Hong <sunyeal.hong at samsung.com>
> Cc: Sylwester Nawrocki <s.nawrocki at samsung.com>; Chanwoo Choi
> <cw00.choi at samsung.com>; Alim Akhtar <alim.akhtar at samsung.com>; Michael
> Turquette <mturquette at baylibre.com>; Stephen Boyd <sboyd at kernel.org>; Rob
> Herring <robh at kernel.org>; Conor Dooley <conor+dt at kernel.org>; linux-
> samsung-soc at vger.kernel.org; linux-clk at vger.kernel.org;
> devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux-
> kernel at vger.kernel.org
> Subject: Re: [PATCH v6 1/4] dt-bindings: clock: add ExynosAuto v920 SoC
> CMU bindings
> 
> On Mon, Aug 19, 2024 at 02:24:12PM +0900, Sunyeal Hong wrote:
> > Add dt-schema for ExynosAuto v920 SoC clock controller.
> > Add device tree clock binding definitions for below CMU blocks.
> >
> > - CMU_TOP
> > - CMU_PERIC0
> >
> > Signed-off-by: Sunyeal Hong <sunyeal.hong at samsung.com>
>  +    then:
> > +      properties:
> > +        clocks:
> > +          items:
> > +            - description: External reference clock (38.4 MHz)
> > +            - description: CMU_PERIC0 NOC clock (from CMU_TOP)
> > +            - description: CMU_PERIC0 IP clock (from CMU_TOP)
> > +
> > +        clock-names:
> > +          items:
> > +            - const: oscclk
> > +            - const: noc
> > +            - const: ip
> > +
> > +  - if:
> > +      properties:
> > +        compatible:
> > +          contains:
> > +            const: samsung,exynosautov920-cmu-peric1
> > +
> > +    then:
> > +      properties:
> > +        clocks:
> > +          items:
> > +            - description: External reference clock (38.4 MHz)
> > +            - description: CMU_PERIC1 NOC clock (from CMU_TOP)
> > +            - description: CMU_PERIC1 IP clock (from CMU_TOP)
> > +
> > +        clock-names:
> > +          items:
> > +            - const: oscclk
> > +            - const: noc
> > +            - const: ip
> 
> This is the same peric0, so combine them and clocks could be just:
> 
> items:
>   - description: External reference clock (38.4 MHz)
>   - description: CMU_PERICn NOC clock (from CMU_TOP)
>   - description: CMU_PERICn IP clock (from CMU_TOP)
> 

As you reviewed, I will remove the duplicates.

> > +
> > +  - if:
> > +      properties:
> > +        compatible:
> > +          contains:
> > +            const: samsung,exynosautov920-cmu-misc
> > +
> > +    then:
> > +      properties:
> > +        clocks:
> > +          items:
> > +            - description: External reference clock (38.4 MHz)
> > +            - description: CMU_MISC NOC clock (from CMU_MISC)
> 
> Similarly:
> 
> - description: CMU_MISC/CMU_HSI0 NOC clock (from CMU_MISC)

Best Regards,
sunyeal




More information about the linux-arm-kernel mailing list