Skip to content

Commit

Permalink
pinctrl: SPEAr1310: Fix pin numbers for clcd_high_res
Browse files Browse the repository at this point in the history
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Viresh Kumar authored and Arnd Bergmann committed May 14, 2012
1 parent 71e09a9 commit eb3f995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-spear1310.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eb3f995

Please sign in to comment.