dt-bindings: pinctrl: rockchip: increase max amount of device functions
authorSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 4 May 2022 21:32:48 +0000 (23:32 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 19 May 2022 13:04:30 +0000 (15:04 +0200)
RK3588 can have 10 different device functions, so increase the maximum
amount appropriately. Considering rockchip uses auto-generated pinmux
files, adding a quite complex if construct to increase the limit just
for rk3588 does not seem to be worth the effort.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220504213251.264819-19-sebastian.reichel@collabora.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml

index 5b742513aecbc6a3802a423ea8e793c78b6e4f36..677a285ca416985c539d7341b2750396434d926b 100644 (file)
@@ -131,7 +131,7 @@ additionalProperties:
               description:
                 Pin bank index.
             - minimum: 0
-              maximum: 6
+              maximum: 10
               description:
                 Mux 0 means GPIO and mux 1 to N means
                 the specific device function.