diff options
author | Doug Anderson <dianders@chromium.org> | 2014-08-08 22:29:09 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-08-28 13:18:03 (GMT) |
commit | f3ababa8ba2ace6668a24803910577a49dc146dd (patch) | |
tree | 558ac7e30389df1714386acbc8027d58d29ea1bb /include/dt-bindings/pinctrl/rockchip.h | |
parent | 4f671cb25e0a1d2b903d9a19e66fa193572424cf (diff) | |
download | linux-f3ababa8ba2ace6668a24803910577a49dc146dd.tar.xz |
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/rockchip.h')
-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 cd5788b..743e66a 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 |