diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-04-27 17:05:10 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-14 17:34:11 +0200 |
commit | eb3f995d7e73fd78b8fcdc55cfbf01a74a09a6e8 (patch) | |
tree | 2deaef8b79fcc5ee02ab6e4ead284a4ca18aabec | |
parent | 71e09a9e7d36151e33de8aeef76cc956259a258c (diff) | |
download | blackbird-op-linux-eb3f995d7e73fd78b8fcdc55cfbf01a74a09a6e8.tar.gz blackbird-op-linux-eb3f995d7e73fd78b8fcdc55cfbf01a74a09a6e8.zip |
pinctrl: SPEAr1310: Fix pin numbers for clcd_high_res
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/spear/pinctrl-spear1310.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/spear/pinctrl-spear1310.c b/drivers/pinctrl/spear/pinctrl-spear1310.c index 12b094dc806f..fff168be7f00 100644 --- a/drivers/pinctrl/spear/pinctrl-spear1310.c +++ b/drivers/pinctrl/spear/pinctrl-spear1310.c @@ -437,7 +437,7 @@ static struct spear_pingroup clcd_pingroup = { }; static const unsigned clcd_high_res_pins[] = { 30, 31, 32, 33, 34, 35, 36, 37, - 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52 }; + 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53 }; static struct spear_muxreg clcd_high_res_muxreg[] = { { .reg = PAD_FUNCTION_EN_1, |