projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e09a9
)
pinctrl: SPEAr1310: Fix pin numbers for clcd_high_res
author
Viresh Kumar
<viresh.kumar@st.com>
Fri, 27 Apr 2012 11:35:10 +0000
(17:05 +0530)
committer
Arnd Bergmann
<arnd@arndb.de>
Mon, 14 May 2012 15:34:11 +0000
(17:34 +0200)
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/spear/pinctrl-spear1310.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pinctrl/spear/pinctrl-spear1310.c
b/drivers/pinctrl/spear/pinctrl-spear1310.c
index 12b094dc806fa5c17362d6fd740b5d0a124fc993..fff168be7f0062ae4bd0049460aaef831a37f48a 100644
(file)
--- 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,