summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/io.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-26 05:49:29 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2012-05-08 12:36:18 (GMT)
commit82c3bd03535f1571426fdd19b7d832f76b7ac85e (patch)
treec5d2a31e0b46045803215b4c9e595322e5cc04a7 /arch/arm/mach-omap1/io.c
parentc633c531f8afbcfd422409c3350b8dc55baa485e (diff)
downloadlinux-fsl-qoriq-82c3bd03535f1571426fdd19b7d832f76b7ac85e.tar.xz
ARM: omap1: use machine specific hook for late init
Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/io.c')
-rw-r--r--arch/arm/mach-omap1/io.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c
index d969a72..cf811f2 100644
--- a/arch/arm/mach-omap1/io.c
+++ b/arch/arm/mach-omap1/io.c
@@ -138,6 +138,11 @@ void __init omap1_init_early(void)
omap_init_consistent_dma_size();
}
+void __init omap1_init_late(void)
+{
+ omap_serial_wakeup_init();
+}
+
/*
* NOTE: Please use ioremap + __raw_read/write where possible instead of these
*/