summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/mach-mx28evk.c
diff options
context:
space:
mode:
authorRussell King2011-11-05 16:43:30 +0100
committerRussell King2012-01-05 13:57:15 +0100
commit6f91c5a46cf8f083e9316ce238d1aadb629f41dc (patch)
tree3732727c82153e045b903abd243ecf6e45cd649c /arch/arm/mach-mxs/mach-mx28evk.c
parentARM: restart: mxc: use new restart hook (diff)
downloadkernel-qcow2-linux-6f91c5a46cf8f083e9316ce238d1aadb629f41dc.tar.gz
kernel-qcow2-linux-6f91c5a46cf8f083e9316ce238d1aadb629f41dc.tar.xz
kernel-qcow2-linux-6f91c5a46cf8f083e9316ce238d1aadb629f41dc.zip
ARM: restart: mxs: use new restart hook
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-mxs/mach-mx28evk.c')
-rw-r--r--arch/arm/mach-mxs/mach-mx28evk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/mach-mx28evk.c b/arch/arm/mach-mxs/mach-mx28evk.c
index 064ec5abaa55..d0cc37fd23a4 100644
--- a/arch/arm/mach-mxs/mach-mx28evk.c
+++ b/arch/arm/mach-mxs/mach-mx28evk.c
@@ -501,4 +501,5 @@ MACHINE_START(MX28EVK, "Freescale MX28 EVK")
.init_irq = mx28_init_irq,
.timer = &mx28evk_timer,
.init_machine = mx28evk_init,
+ .restart = mxs_restart,
MACHINE_END