]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: armadillo800eva: Don't configure LCDC routing manually
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 22 Apr 2013 22:17:58 +0000 (00:17 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 24 Apr 2013 08:34:00 +0000 (17:34 +0900)
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>
arch/arm/mach-shmobile/board-armadillo800eva.c

index 4f2f65870cc4e423ed8b3de9df472ce672ada348..6f4d8426879e37872f4f5d81df964db077520ae0 100644 (file)
@@ -1149,8 +1149,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 */