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. > "core"? Best regards, Krzysztof