Skip to content

Commit

Permalink
ARM: shmobile: armadillo800eva: A4LC domain includes LCDC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuninori Morimoto authored and Rafael J. Wysocki committed Jul 6, 2012
1 parent d483b98 commit 1000076
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-shmobile/board-armadillo800eva.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,9 @@ static void __init eva_init(void)
ARRAY_SIZE(eva_devices));

eva_clock_init();

rmobile_add_device_to_domain(&r8a7740_pd_a4lc, &lcdc0_device);
rmobile_add_device_to_domain(&r8a7740_pd_a4lc, &hdmi_lcdc_device);
}

static void __init eva_earlytimer_init(void)
Expand Down

0 comments on commit 1000076

Please sign in to comment.