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>
This commit is contained in:
parent
f1bb4ab084
commit
1b5961c31d
1 changed files with 0 additions and 2 deletions
|
@ -1159,8 +1159,6 @@ static void __init eva_init(void)
|
||||||
gpio_request(GPIO_FN_SCIFA1_TXD, NULL);
|
gpio_request(GPIO_FN_SCIFA1_TXD, NULL);
|
||||||
|
|
||||||
/* LCDC0 */
|
/* LCDC0 */
|
||||||
gpio_request(GPIO_FN_LCDC0_SELECT, NULL);
|
|
||||||
|
|
||||||
gpio_request_one(61, GPIOF_OUT_INIT_HIGH, NULL); /* LCDDON */
|
gpio_request_one(61, GPIOF_OUT_INIT_HIGH, NULL); /* LCDDON */
|
||||||
gpio_request_one(202, GPIOF_OUT_INIT_LOW, NULL); /* LCD0_LED_CONT */
|
gpio_request_one(202, GPIOF_OUT_INIT_LOW, NULL); /* LCD0_LED_CONT */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue