aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/ts72xx.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-26 10:05:15 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-05-05 14:20:34 +0800
commitc914283f5e5f55ddf770b8632a5e65e5aa24343e (patch)
tree052aeba7e4539243d0704ce0fcc24945e0a1e11c /arch/arm/mach-ep93xx/ts72xx.c
parentARM: davinci: use machine specific hook for late init (diff)
downloadlinux-dev-c914283f5e5f55ddf770b8632a5e65e5aa24343e.tar.xz
linux-dev-c914283f5e5f55ddf770b8632a5e65e5aa24343e.zip
ARM: ep93xx: use machine specific hook for late init
Cc: Ryan Mallon <rmallon@gmail.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Diffstat (limited to 'arch/arm/mach-ep93xx/ts72xx.c')
-rw-r--r--arch/arm/mach-ep93xx/ts72xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
index 5ea790942e94..d4ef339d961e 100644
--- a/arch/arm/mach-ep93xx/ts72xx.c
+++ b/arch/arm/mach-ep93xx/ts72xx.c
@@ -252,5 +252,6 @@ MACHINE_START(TS72XX, "Technologic Systems TS-72xx SBC")
.handle_irq = vic_handle_irq,
.timer = &ep93xx_timer,
.init_machine = ts72xx_init_machine,
+ .init_late = ep93xx_init_late,
.restart = ep93xx_restart,
MACHINE_END