Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: ed1f77b78322 ("dt-bindings: pinctrl: rockchip: increase max amount of device functions")
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20221021172012.87954-1-sebastian.reichel@collabora.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Sebastian Reichel and committed by
Linus Walleij
da67eff5 9aad5769

+1 -1
+1 -1
Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml
··· 132 132 description: 133 133 Pin bank index. 134 134 - minimum: 0 135 - maximum: 10 135 + maximum: 13 136 136 description: 137 137 Mux 0 means GPIO and mux 1 to N means 138 138 the specific device function.