[PATCH 2/2] dt-bindings: gpio: vf610: update gpio-ranges

From: Peng Fan (OSS)
Date: Tue Mar 28 2023 - 01:24:24 EST


From: Peng Fan <peng.fan@xxxxxxx>

1 is not enough for i.MX9, enlarge it.

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml
index d2c39dba56ad..7ba834e2a238 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml
+++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml
@@ -59,7 +59,8 @@ properties:
- const: port

gpio-ranges:
- maxItems: 1
+ minItems: 1
+ maxItems: 16

required:
- compatible
--
2.37.1