On Fri, 6 Sep 2019 at 17:49, Rob Herring <robh+dt@xxxxxxxxxx> wrote: > > > > The bindings never required any specific ordering. Also the driver > > just go through all indices and parses them. > > > > Your second syntax fails: > > Documentation/devicetree/bindings/arm/samsung/pmu.yaml: > > properties:clock-names:items: {'enum': ['clkout0', 'clkout1', > > 'clkout2', 'clkout3', 'clkout4', 'clkout5', 'clkout6', 'clkout7', > > 'clkout8', 'clkout9', 'clkout10', 'clkout11', 'clkout12', 'clkout13', > > 'clkout14', 'clkout15', 'clkout16']} is not of type 'array' > > Update dt-schema and try again. It should be allowed now. You'll also > need to define minItems and maxItems though. Thanks, works! Best regards, Krzysztof