ARM: shmobile: bonito: 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>
Tue, 4 Jun 2013 12:04:31 +0000 (21:04 +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-bonito.c

index 2781c7f..b373e9c 100644 (file)
@@ -451,7 +451,6 @@ static void __init bonito_init(void)
                    BIT_ON(bsw2, 2)) {  /* S38.2 = OFF */
                        pinctrl_register_mappings(lcdc0_pinctrl_map,
                                                  ARRAY_SIZE(lcdc0_pinctrl_map));
-                       gpio_request(GPIO_FN_LCDC0_SELECT, NULL);
 
                        gpio_request_one(61, GPIOF_OUT_INIT_HIGH,
                                         NULL); /* LCDDON */