Re: [PATCH v3 1/4] dt-bindings: rtc: Add #clock-cells property

From: Rob Herring
Date: Mon Jan 30 2023 - 17:12:09 EST



On Sun, 29 Jan 2023 12:04:39 +0000, Paul Cercueil wrote:
> The RTC in the JZ4770 is compatible with the JZ4760, but has an extra
> register that permits to configure the behaviour of the CLK32K pin. The
> same goes for the RTC in the JZ4780.
>
> With this change, the RTC node is now also a clock provider on these
> SoCs, so a #clock-cells property is added.
>
> Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
>
> ---
> v2: - add constraint on which SoCs can have the #clock-cells property
> - add JZ4780 example which has a #clock-cells
> v3: Don't break ABI anymore.
> ---
> .../devicetree/bindings/rtc/ingenic,rtc.yaml | 29 +++++++++++++++++++
> 1 file changed, 29 insertions(+)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>