diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-04-22 18:17:58 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-04 08:04:31 -0400 |
commit | 8be14c78e751205b1c0f4b38fa417d5fe5cc15d1 (patch) | |
tree | e42e81cba82dc8a1cde8e3aa50bf8202ae65215e /arch | |
parent | 055b246946976616de6c7ba3acc1fd5a614b96b0 (diff) |
ARM: shmobile: bonito: 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')
-rw-r--r-- | arch/arm/mach-shmobile/board-bonito.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bonito.c b/arch/arm/mach-shmobile/board-bonito.c index 2781c7fd591a..b373e9ced573 100644 --- a/arch/arm/mach-shmobile/board-bonito.c +++ b/arch/arm/mach-shmobile/board-bonito.c | |||
@@ -451,7 +451,6 @@ static void __init bonito_init(void) | |||
451 | BIT_ON(bsw2, 2)) { /* S38.2 = OFF */ | 451 | BIT_ON(bsw2, 2)) { /* S38.2 = OFF */ |
452 | pinctrl_register_mappings(lcdc0_pinctrl_map, | 452 | pinctrl_register_mappings(lcdc0_pinctrl_map, |
453 | ARRAY_SIZE(lcdc0_pinctrl_map)); | 453 | ARRAY_SIZE(lcdc0_pinctrl_map)); |
454 | gpio_request(GPIO_FN_LCDC0_SELECT, NULL); | ||
455 | 454 | ||
456 | gpio_request_one(61, GPIOF_OUT_INIT_HIGH, | 455 | gpio_request_one(61, GPIOF_OUT_INIT_HIGH, |
457 | NULL); /* LCDDON */ | 456 | NULL); /* LCDDON */ |