summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ixp23xx/espresso.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-11-05 11:35:32 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-05 12:57:14 (GMT)
commitb219415c39053dbe70e88c361b5e943acd74546c (patch)
tree9c9750361f7f556feb176f655fa24bb692d7280a /arch/arm/mach-ixp23xx/espresso.c
parent1139b926c4b1754276fc5e2556cc9c0f46b010c6 (diff)
downloadlinux-fsl-qoriq-b219415c39053dbe70e88c361b5e943acd74546c.tar.xz
ARM: restart: ixp23xx: use new restart hook
Hook these platforms restart code into the new restart hook rather than using arch_reset(). In doing so, we split out the ixdp2351 restart code into its own platform file. Acked-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ixp23xx/espresso.c')
-rw-r--r--arch/arm/mach-ixp23xx/espresso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp23xx/espresso.c b/arch/arm/mach-ixp23xx/espresso.c
index 30dd316..8f2487e 100644
--- a/arch/arm/mach-ixp23xx/espresso.c
+++ b/arch/arm/mach-ixp23xx/espresso.c
@@ -90,4 +90,5 @@ MACHINE_START(ESPRESSO, "IP Fabrics Double Espresso")
.timer = &ixp23xx_timer,
.atag_offset = 0x100,
.init_machine = espresso_init,
+ .restart = ixp23xx_restart,
MACHINE_END