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

From: Ciprian Marian Costea
Date: Thu Nov 07 2024 - 07:05:35 EST


On 11/7/2024 1:53 PM, Krzysztof Kozlowski wrote:
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


Thanks for your review. I will try to add context for these changes in bindings in V4.

Best Regards,
Ciprian