Re: [PATCH v3 1/2] dt-bindings: linflexuart: add clock definitions

From: Krzysztof Kozlowski
Date: Thu Nov 07 2024 - 06:54:22 EST


On 07/11/2024 12:46, Ciprian Costea wrote:
>
> + clocks:
> + items:
> + - description:
> + ipg clock drives the access to the LINFlexD
> + iomapped registers
> + - description: lin is the frequency of the baud clock
> +
> + clock-names:
> + items:
> + - const: ipg
> + - const: lin
> +
> required:
> - compatible
> - reg
> - interrupts
> + - clocks
> + - clock-names

Ah, and that's an ABI break. That's a NAK unless explained in commit msg
(including impact on users).

Best regards,
Krzysztof