diff mbox

[5/7] omap3: 3630sdp: Explicitly enable all UARTs

Message ID 1268424009-18974-6-git-send-email-saaguirre@ti.com (mailing list archive)
State Awaiting Upstream, archived
Headers show

Commit Message

Aguirre Rodriguez, Sergio Alberto March 12, 2010, 8 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-3630sdp.c b/arch/arm/mach-omap2/board-3630sdp.c
index a0a2a11..504d2bd 100644
--- a/arch/arm/mach-omap2/board-3630sdp.c
+++ b/arch/arm/mach-omap2/board-3630sdp.c
@@ -96,6 +96,7 @@  static struct omap_board_mux board_mux[] __initdata = {
 static void __init omap_sdp_init(void)
 {
 	omap3_mux_init(board_mux, OMAP_PACKAGE_CBP);
+	omap_serial_init();
 	zoom_peripherals_init();
 	board_smc91x_init();
 	enable_board_wakeup_source();