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