aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-mackerel.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-11-29 06:19:52 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-11-29 15:33:57 +0900
commiteb87e6770a9b1ad54b13fcfe80a1346d0c257536 (patch)
treefd4d3388769bc5d74a5f785b13d93426afc85474 /arch/arm/mach-shmobile/board-mackerel.c
parentARM: mach-shmobile: mackerel: Add mackerel defconfig (diff)
downloadlinux-dev-eb87e6770a9b1ad54b13fcfe80a1346d0c257536.tar.xz
linux-dev-eb87e6770a9b1ad54b13fcfe80a1346d0c257536.zip
ARM: mach-shmobile: mackerel: Add lost GPIO_FN_LCDD 18 - 23
RGB24 bus needs 18-23 pin Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r--arch/arm/mach-shmobile/board-mackerel.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
index 889ce4f54ffd..e6407cc6fec7 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -294,6 +294,12 @@ static void __init mackerel_init(void)
gpio_request(GPIO_FN_IRQ6_39, NULL);
/* LCDC */
+ gpio_request(GPIO_FN_LCDD23, NULL);
+ gpio_request(GPIO_FN_LCDD22, NULL);
+ gpio_request(GPIO_FN_LCDD21, NULL);
+ gpio_request(GPIO_FN_LCDD20, NULL);
+ gpio_request(GPIO_FN_LCDD19, NULL);
+ gpio_request(GPIO_FN_LCDD18, NULL);
gpio_request(GPIO_FN_LCDD17, NULL);
gpio_request(GPIO_FN_LCDD16, NULL);
gpio_request(GPIO_FN_LCDD15, NULL);