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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 0c42fc9 commit 690acef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)