From: Damian <dhobsong@igel.co.jp>
Date: Wed, 22 Jun 2011 07:49:52 +0000 (+0000)
Subject: fbdev: sh_mobile_meram: Assign meram to the SH7372_A4LC power domain
X-Git-Tag: firefly_0821_release~3680^2~3286^2~171^2~11
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=91142bfe98d2a4e52969e12aa0e48e48505bcee2;p=firefly-linux-kernel-4.4.55.git

fbdev: sh_mobile_meram: Assign meram to the SH7372_A4LC power domain

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>
---

diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
index d41c01f83f15..6e3c2dfdcb81 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -1583,6 +1583,7 @@ static void __init mackerel_init(void)
 
 	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);
 	sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device);
 
 	hdmi_init_pm_clock();