diff options
author | Doug Anderson <dianders@chromium.org> | 2014-08-08 15:29:09 -0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-08-28 15:18:03 +0200 |
commit | f3ababa8ba2ace6668a24803910577a49dc146dd (patch) | |
tree | 558ac7e30389df1714386acbc8027d58d29ea1bb /include/dt-bindings/pinctrl | |
parent | 4f671cb25e0a1d2b903d9a19e66fa193572424cf (diff) | |
download | linux-f3ababa8ba2ace6668a24803910577a49dc146dd.tar.gz linux-f3ababa8ba2ace6668a24803910577a49dc146dd.tar.bz2 linux-f3ababa8ba2ace6668a24803910577a49dc146dd.zip |
pinctrl: Add mux options 3 and 4 for rockchip pinctrl
Newer Rockchip SoCs have more muxing slots. Add slots 3 and 4 since
the rk3288 table goes all the way up to 4.
Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/dt-bindings/pinctrl')
-rw-r--r-- | include/dt-bindings/pinctrl/rockchip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/pinctrl/rockchip.h b/include/dt-bindings/pinctrl/rockchip.h index cd5788be82ce..743e66a95e13 100644 --- a/include/dt-bindings/pinctrl/rockchip.h +++ b/include/dt-bindings/pinctrl/rockchip.h @@ -28,5 +28,7 @@ #define RK_FUNC_GPIO 0 #define RK_FUNC_1 1 #define RK_FUNC_2 2 +#define RK_FUNC_3 3 +#define RK_FUNC_4 4 #endif |