[PATCH v1 3/7] dt-bindings: rtc: add refclk to mpfs-rtc
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Fri Apr 8 07:56:07 PDT 2022
On 08/04/2022 16:36, Conor Dooley wrote:
> The rtc on PolarFire SoC does not use the AHB clock as its reference
> frequency, but rather a 1 MHz refclk that it shares with MTIMER. Add
> this second clock to the binding as a required property.
>
> Reviewed-by: Daire McNamara <daire.mcnamara at microchip.com>
> Signed-off-by: Conor Dooley <conor.dooley at microchip.com>
> ---
> .../bindings/rtc/microchip,mfps-rtc.yaml | 14 +++++++++++---
> 1 file changed, 11 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml b/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml
> index a2e984ea3553..1ffd97dbe6b9 100644
> --- a/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml
> +++ b/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml
> @@ -31,11 +31,18 @@ properties:
> to that of the RTC's count register.
>
> clocks:
> - maxItems: 1
> + items:
> + - description: |
> + AHB clock
> + - description: |
Same as your patch #1 - this breaks the ABI.
Best regards,
Krzysztof
More information about the linux-riscv
mailing list