Register the MERAM device as a part of the A4LC power domain for power management. Signed-off-by: Damian Hobson-Garcia <dhobsong@xxxxxxxxxx> --- 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 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(); -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html