aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-mx53_evk.c
diff options
context:
space:
mode:
authorRobert Lee <rob.lee@linaro.org>2012-05-21 17:50:27 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-05 08:51:47 +0200
commitaa96a18d22dc7ad4dbc98cb0f4b2967a9fc979ca (patch)
tree73e366d74c1f637c2b0143955a1263ff394a3fde /arch/arm/mach-imx/mach-mx53_evk.c
parentARM: imx: clean and consolidate imx5 suspend and idle code (diff)
downloadlinux-dev-aa96a18d22dc7ad4dbc98cb0f4b2967a9fc979ca.tar.xz
linux-dev-aa96a18d22dc7ad4dbc98cb0f4b2967a9fc979ca.zip
ARM: imx: Enable imx53 low power idle
Add various functionality needed to enable a imx53 low power idle state. This includes adding the imx53 gpc_dvfs clock and making a common imx5_late_init function and initializing all imx53 MACHINE_STATE late_init calls to imx5_late_init. Signed-off-by: Robert Lee <rob.lee@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx53_evk.c')
-rw-r--r--arch/arm/mach-imx/mach-mx53_evk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-mx53_evk.c b/arch/arm/mach-imx/mach-mx53_evk.c
index 5a72188b9cdb..8387496ef5ec 100644
--- a/arch/arm/mach-imx/mach-mx53_evk.c
+++ b/arch/arm/mach-imx/mach-mx53_evk.c
@@ -174,5 +174,6 @@ MACHINE_START(MX53_EVK, "Freescale MX53 EVK Board")
.handle_irq = imx53_handle_irq,
.timer = &mx53_evk_timer,
.init_machine = mx53_evk_board_init,
+ .init_late = imx53_init_late,
.restart = mxc_restart,
MACHINE_END