From: Magnus Damm Date: Sat, 27 Aug 2011 12:21:00 +0000 (+0200) Subject: ARM: mach-shmobile: sh7372 LCDC1 suspend fix V2 (incremental) X-Git-Tag: v3.1-rc4~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0168fdc7a1301c8139eb63a465038f63e342b39;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: mach-shmobile: sh7372 LCDC1 suspend fix V2 (incremental) This patch updates the recently submitted "Associate the HDMI clock together with LCDC1 on sh7372" to V2 with the following change: - Use lcdc1_device on AP4EVB to build properly. Signed-off-by: Magnus Damm Signed-off-by: Rafael J. Wysocki --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index fadbe5b..523f608 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -1412,7 +1412,7 @@ static void __init ap4evb_init(void) fsi_init_pm_clock(); sh7372_pm_init(); pm_clk_add(&fsi_device.dev, "spu2"); - pm_clk_add(&hdmi_lcdc_device.dev, "hdmi"); + pm_clk_add(&lcdc1_device.dev, "hdmi"); } static void __init ap4evb_timer_init(void)