diff options
author | Magnus Damm <damm@opensource.se> | 2011-08-27 08:21:00 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-08-27 08:21:00 -0400 |
commit | d0168fdc7a1301c8139eb63a465038f63e342b39 (patch) | |
tree | fd8e97314de1f26b33be6f3a62d4215406601e7c /arch | |
parent | ff35336d3efd1ec4015b56f690191ed69730cbb0 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index fadbe5b3005d..523f608eb8cf 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) | |||
1412 | fsi_init_pm_clock(); | 1412 | fsi_init_pm_clock(); |
1413 | sh7372_pm_init(); | 1413 | sh7372_pm_init(); |
1414 | pm_clk_add(&fsi_device.dev, "spu2"); | 1414 | pm_clk_add(&fsi_device.dev, "spu2"); |
1415 | pm_clk_add(&hdmi_lcdc_device.dev, "hdmi"); | 1415 | pm_clk_add(&lcdc1_device.dev, "hdmi"); |
1416 | } | 1416 | } |
1417 | 1417 | ||
1418 | static void __init ap4evb_timer_init(void) | 1418 | static void __init ap4evb_timer_init(void) |