diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-07-05 04:27:37 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-06 14:42:55 -0400 |
commit | 1000076a88d58acf77d8fa8bf5d2567425b8ea1b (patch) | |
tree | 514936d35b1c789251f6cdbe4908b58bd6719f83 /arch/arm/mach-shmobile | |
parent | d483b983a5efaa101714186a8485a5fd4de42fba (diff) |
ARM: shmobile: armadillo800eva: A4LC domain includes LCDC
It is possible to control LCDC under A4LC domain to reduce power.
This patch enable it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 79891a6d0dec..9038bc9d856e 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c | |||
@@ -1177,6 +1177,9 @@ static void __init eva_init(void) | |||
1177 | ARRAY_SIZE(eva_devices)); | 1177 | ARRAY_SIZE(eva_devices)); |
1178 | 1178 | ||
1179 | eva_clock_init(); | 1179 | eva_clock_init(); |
1180 | |||
1181 | rmobile_add_device_to_domain(&r8a7740_pd_a4lc, &lcdc0_device); | ||
1182 | rmobile_add_device_to_domain(&r8a7740_pd_a4lc, &hdmi_lcdc_device); | ||
1180 | } | 1183 | } |
1181 | 1184 | ||
1182 | static void __init eva_earlytimer_init(void) | 1185 | static void __init eva_earlytimer_init(void) |