Hi Wolfram, On Wed, 19 Mar 2025 at 12:03, Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > The external crystal can be a second clock input. It is needed for the > SCMP counting method which allows using crystals different than 32768Hz. > It is also needed for an upcoming SoC which only supports the SCMP > method. > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Thanks for your patch! Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- a/Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml > +++ b/Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml > @@ -33,10 +33,14 @@ properties: > - const: pps > > clocks: > - maxItems: 1 > + minItems: 1 > + maxItems: 2 > > clock-names: > - const: hclk > + minItems: 1 > + items: > + - const: hclk > + - const: xtal Shouldn't the second clock become required? Or do you plan to make that change after all upstream DTS files have been updated? This is orthogonal to the driver considering it optional to maintain compatibility with old DTBs. > > power-domains: > maxItems: 1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds