Skip to content

Commit 5cef38d

Browse files
atulkharerivospalmer-dabbelt
authored andcommitted
dt-bindings: gpio: sifive: add gpio-line-names
Fix device tree schema validation messages like 'gpio-line-names' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: ... sifive,gpio.yaml'. The bindings were missing the gpio-line-names element, which was causing the dt-schema checker to trip-up. Acked-by: Rob Herring <[email protected]> Signed-off-by: Atul Khare <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 9019b4f commit 5cef38d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/gpio/sifive,gpio.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ properties:
4646
maximum: 32
4747
default: 16
4848

49+
gpio-line-names:
50+
minItems: 1
51+
maxItems: 32
52+
4953
gpio-controller: true
5054

5155
required:

0 commit comments

Comments
 (0)