diff mbox

[5/5] fbdev: sh_mobile_meram: Assign meram to the SH7372_A4LC power domain

Message ID 1308728992-9660-6-git-send-email-dhobsong@igel.co.jp (mailing list archive)
State New, archived
Headers show

Commit Message

Damian Hobson-Garcia June 22, 2011, 7:49 a.m. UTC
Register the MERAM device as a part of the A4LC power domain for
power management.

Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
---
 arch/arm/mach-shmobile/board-mackerel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
index f556b2a..53f2b93 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -1585,6 +1585,7 @@  static void __init mackerel_init(void)
 	sh7372_init_pm_domain(&sh7372_a4lc_domain);
 	sh7372_add_device_to_domain(SH7372_A4LC, &lcdc_device);
 	sh7372_add_device_to_domain(SH7372_A4LC, &hdmi_lcdc_device);
+	sh7372_add_device_to_domain(SH7372_A4LC, &meram_device);
 
 	hdmi_init_pm_clock();
 	sh7372_pm_init();