aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/board-ap325rxa.c1
-rw-r--r--arch/sh/boards/mach-migor/setup.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c
index 0afaebad7b76..cc3540423614 100644
--- a/arch/sh/boards/board-ap325rxa.c
+++ b/arch/sh/boards/board-ap325rxa.c
@@ -345,7 +345,6 @@ static int __init ap325rxa_devices_setup(void)
345 gpio_export(GPIO_PTF7, 0); 345 gpio_export(GPIO_PTF7, 0);
346 346
347 /* LCDC */ 347 /* LCDC */
348 clk_always_enable("mstp200");
349 gpio_request(GPIO_FN_LCDD15, NULL); 348 gpio_request(GPIO_FN_LCDD15, NULL);
350 gpio_request(GPIO_FN_LCDD14, NULL); 349 gpio_request(GPIO_FN_LCDD14, NULL);
351 gpio_request(GPIO_FN_LCDD13, NULL); 350 gpio_request(GPIO_FN_LCDD13, NULL);
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c
index 3684f198cfdf..03d2dea05dab 100644
--- a/arch/sh/boards/mach-migor/setup.c
+++ b/arch/sh/boards/mach-migor/setup.c
@@ -502,7 +502,6 @@ static int __init migor_devices_setup(void)
502 gpio_request(GPIO_FN_IRQ6, NULL); 502 gpio_request(GPIO_FN_IRQ6, NULL);
503 503
504 /* LCD Panel */ 504 /* LCD Panel */
505 clk_always_enable("mstp200"); /* LCDC */
506#ifdef CONFIG_SH_MIGOR_QVGA /* LCDC - QVGA - Enable SYS Interface signals */ 505#ifdef CONFIG_SH_MIGOR_QVGA /* LCDC - QVGA - Enable SYS Interface signals */
507 gpio_request(GPIO_FN_LCDD17, NULL); 506 gpio_request(GPIO_FN_LCDD17, NULL);
508 gpio_request(GPIO_FN_LCDD16, NULL); 507 gpio_request(GPIO_FN_LCDD16, NULL);