Linux/linux ad21a4cDocumentation/devicetree/bindings/pinctrl aspeed,ast2400-pinctrl.yaml aspeed,ast2500-pinctrl.yaml

dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors

The Aspeed pinctl schema have errors in the 'compatible' schema:

Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml: \
properties:compatible:enum: ['aspeed', 'ast2400-pinctrl', 'aspeed', 'g4-pinctrl'] has non-unique elements
Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml: \
properties:compatible:enum: ['aspeed', 'ast2500-pinctrl', 'aspeed', 'g5-pinctrl'] has non-unique elements

Flow style sequences have to be quoted if the vales contain ','. Fix
this by using the more common one line per entry formatting.

Fixes: 0a617de16730 ("dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema")
Fixes: 07457937bb5c ("dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema")
Cc: Andrew Jeffery <andrew at aj.id.au>
Cc: Linus Walleij <linus.walleij at linaro.org>
Cc: Joel Stanley <joel at jms.id.au>
Cc: linux-aspeed at lists.ozlabs.org
Cc: linux-gpio at vger.kernel.org
Cc: linux-arm-kernel at lists.infradead.org
Acked-by: Andrew Jeffery <andrew at aj.id.au>
Signed-off-by: Rob Herring <robh at kernel.org>
DeltaFile
+3-1Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml
+3-1Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml
+6-22 files

UnifiedSplitRaw