Skip to content

Commit

Permalink
omap3: zoom2/3 / 3630sdp: Don't init always all uarts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergio Aguirre committed Mar 15, 2010
1 parent 4b1bbd3 commit 2d7f661
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-omap2/board-zoom-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 2d7f661

Please sign in to comment.