Skip to content

Commit 690acef

Browse files
MrVanBartosz Golaszewski
authored andcommitted
dt-bindings: gpio: vf610: update gpio-ranges
i.MX93 supports four gpio-ranges at max. To fix below issue: "gpio@43820080: gpio-ranges: [[30, 0, 84, 8], [30, 8, 66, 18], [30, 26, 34, 2], [30, 28, 0, 4]] is too long" Update the gpio-ranges property Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 0c42fc9 commit 690acef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/devicetree/bindings/gpio/gpio-vf610.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ properties:
5959
- const: port
6060

6161
gpio-ranges:
62-
maxItems: 1
62+
minItems: 1
63+
maxItems: 4
6364

6465
patternProperties:
6566
"^.+-hog(-[0-9]+)?$":

0 commit comments

Comments
 (0)