Skip to content

Commit d0168fd

Browse files
Magnus Dammrjwysocki
authored andcommitted
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 <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
1 parent ff35336 commit d0168fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-shmobile/board-ap4evb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ static void __init ap4evb_init(void)
14121412
fsi_init_pm_clock();
14131413
sh7372_pm_init();
14141414
pm_clk_add(&fsi_device.dev, "spu2");
1415-
pm_clk_add(&hdmi_lcdc_device.dev, "hdmi");
1415+
pm_clk_add(&lcdc1_device.dev, "hdmi");
14161416
}
14171417

14181418
static void __init ap4evb_timer_init(void)

0 commit comments

Comments
 (0)