mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
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: Sergio Aguirre <saaguirre@ti.com>
This commit is contained in:
parent
4b1bbd3fd9
commit
2d7f66104c
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user