diff options
author | Robert Lee <rob.lee@linaro.org> | 2012-05-21 18:50:27 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-06-05 02:51:47 -0400 |
commit | aa96a18d22dc7ad4dbc98cb0f4b2967a9fc979ca (patch) | |
tree | 73e366d74c1f637c2b0143955a1263ff394a3fde /arch/arm/mach-imx/mach-mx53_smd.c | |
parent | 565fa91f236524b6ba4872903dc9cc9c874493e6 (diff) |
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_smd.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx53_smd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-mx53_smd.c b/arch/arm/mach-imx/mach-mx53_smd.c index 8e972c5c3e1..4f4c1b93ea6 100644 --- a/arch/arm/mach-imx/mach-mx53_smd.c +++ b/arch/arm/mach-imx/mach-mx53_smd.c | |||
@@ -163,5 +163,6 @@ MACHINE_START(MX53_SMD, "Freescale MX53 SMD Board") | |||
163 | .handle_irq = imx53_handle_irq, | 163 | .handle_irq = imx53_handle_irq, |
164 | .timer = &mx53_smd_timer, | 164 | .timer = &mx53_smd_timer, |
165 | .init_machine = mx53_smd_board_init, | 165 | .init_machine = mx53_smd_board_init, |
166 | .init_late = imx53_init_late, | ||
166 | .restart = mxc_restart, | 167 | .restart = mxc_restart, |
167 | MACHINE_END | 168 | MACHINE_END |