aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-armadillo800eva.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-04-23 00:17:58 +0200
committerSimon Horman <horms+renesas@verge.net.au>2013-06-04 21:04:28 +0900
commit1b5961c31d67d0c2fcce202af3c4ccdb9385eaa7 (patch)
tree9fca541bf09ccecb5d727fdb69eacc16df3e5071 /arch/arm/mach-shmobile/board-armadillo800eva.c
parentARM: shmobile: armadillo800eva: Register pinctrl mapping for HDMI (diff)
downloadlinux-dev-1b5961c31d67d0c2fcce202af3c4ccdb9385eaa7.tar.xz
linux-dev-1b5961c31d67d0c2fcce202af3c4ccdb9385eaa7.zip
ARM: shmobile: armadillo800eva: Don't configure LCDC routing manually
LCDC routing is configured automatically in the PFC driver, don't configure it manually in board code. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-armadillo800eva.c')
-rw-r--r--arch/arm/mach-shmobile/board-armadillo800eva.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index dad4966ddaef..8ec69612a12b 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -1159,8 +1159,6 @@ static void __init eva_init(void)
gpio_request(GPIO_FN_SCIFA1_TXD, NULL);
/* LCDC0 */
- gpio_request(GPIO_FN_LCDC0_SELECT, NULL);
-
gpio_request_one(61, GPIOF_OUT_INIT_HIGH, NULL); /* LCDDON */
gpio_request_one(202, GPIOF_OUT_INIT_LOW, NULL); /* LCD0_LED_CONT */