On 2025-03-17 15:57:31 +0100, Krzysztof Kozlowski wrote: > On 17/03/2025 12:50, Niklas Söderlund wrote: > > On 2025-03-17 12:33:07 +0100, Krzysztof Kozlowski wrote: > >> On Sat, Mar 15, 2025 at 04:27:02PM +0100, Niklas Söderlund wrote: > >>> ports: > >>> $ref: /schemas/graph.yaml#/properties/ports > >>> @@ -103,10 +138,14 @@ properties: > >>> required: > >>> - compatible > >>> - reg > >>> + - reg-names > >>> - interrupts > >>> + - interrupt-names > >>> - clocks > >>> + - clock-names > >>> - power-domains > >>> - resets > >>> + - reset-names > >> > >> Another point, this will spawn bunch of warnings for no real reason. > >> Just drop all the xxx-names from properties and from here. > > > > I'm sorry maybe I'm missing something, but if I drop them from > > properties how can I add checks to makesure the names are either "cs" or > > Why do you need to check for the names? There will be no names, so > nothing to check for. Ahh I see. But I would like to have names if possible. The driver is backward compatible with the old bindings, and going forward we have better bindings with names. All users are updated in the next commits in this series so the warnings will go way rather quickly. > > "core"? > > Best regards, > Krzysztof -- Kind Regards, Niklas Söderlund