Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d7f6610 authored by Sergio Aguirre's avatar Sergio Aguirre
Browse files

omap3: zoom2/3 / 3630sdp: Don't init always all uarts



This is useless, since in Zoom2/3 boards, the ports aren't even
physically accessible.

They must be explicitly initted in the board-zoom2.c, board-zoom3.c
and board-3630sdp.c files instead.

Signed-off-by: default avatarSergio Aguirre <saaguirre@ti.com>
parent 4b1bbd3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -280,7 +280,6 @@ static void enable_board_wakeup_source(void)
void __init zoom_peripherals_init(void)
{
	omap_i2c_init();
	omap_serial_init();
	usb_musb_init(&musb_board_data);
	enable_board_wakeup_source();
}