diff options
author | Peng Fan <[email protected]> | 2023-10-01 16:27:52 +0800 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2023-10-05 19:52:55 +0200 |
commit | 690acef3c47f96cd89853fad90f02ba80a497306 (patch) | |
tree | 8b10226e6b8d6bd9a774037a9d8d8193042301fe | |
parent | 0c42fc96cc020b7879b38c8e8597ffbbf34e0eda (diff) |
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]>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml index 7c2d152e8617..59427d97adf5 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: 4 patternProperties: "^.+-hog(-[0-9]+)?$": |