Commit da67eff5 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Linus Walleij

dt-bindings: pinctrl: rockchip: further increase max amount of device functions

Apparently RK3588 pinctrl has 13 different device functions, but dt-validate
only checks for pin configuration being referenced so I did not notice.

Fixes: ed1f77b7 ("dt-bindings: pinctrl: rockchip: increase max amount of device functions")
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20221021172012.87954-1-sebastian.reichel@collabora.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 9aad5769
...@@ -132,7 +132,7 @@ additionalProperties: ...@@ -132,7 +132,7 @@ additionalProperties:
description: description:
Pin bank index. Pin bank index.
- minimum: 0 - minimum: 0
maximum: 10 maximum: 13
description: description:
Mux 0 means GPIO and mux 1 to N means Mux 0 means GPIO and mux 1 to N means
the specific device function. the specific device function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment