Skip to content

Commit 3550b5d

Browse files
nxpfrankliBartosz Golaszewski
authored andcommitted
dt-bindings: gpio: fsl,qoriq-gpio: add common property gpio-line-names
Add common gpio-line-names property for fsl,qoriq-gpio to fix below warning. arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dtb: gpio@2300000: 'gpio-line-names' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/gpio/fsl,qoriq-gpio.yaml Signed-off-by: Frank Li <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 9a473c2 commit 3550b5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ properties:
4444
"#interrupt-cells":
4545
const: 2
4646

47+
gpio-line-names:
48+
minItems: 1
49+
maxItems: 32
50+
4751
little-endian:
4852
$ref: /schemas/types.yaml#/definitions/flag
4953
description:

0 commit comments

Comments
 (0)