diff options
author | Damian <dhobsong@igel.co.jp> | 2011-06-22 03:49:52 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-08-19 02:11:46 -0400 |
commit | 91142bfe98d2a4e52969e12aa0e48e48505bcee2 (patch) | |
tree | bf6ba1779d235741e5f5459868ee0589c04dbbd4 /arch/arm | |
parent | 0b3bb77c3a07a94d878fd3219302c46209f7d71c (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
1583 | 1583 | ||
1584 | sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device); | 1584 | sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device); |
1585 | sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device); | 1585 | sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device); |
1586 | sh7372_add_device_to_domain(&sh7372_a4lc, &meram_device); | ||
1586 | sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device); | 1587 | sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device); |
1587 | 1588 | ||
1588 | hdmi_init_pm_clock(); | 1589 | hdmi_init_pm_clock(); |