Skip to content

Commit

Permalink
AM3517: initialize i2c subsystem after mux subsystem
Browse files Browse the repository at this point in the history
The initialize of i2c subsystem will set pinmux, so it should be done
after the initialize of mux subsystem initialization.

Signed-off-by: Stanley.Miao <stanley.miao@windriver.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
stanley.miao authored and Tony Lindgren committed Apr 23, 2010
1 parent 908c08d commit 5241b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/board-am3517evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ static struct omap_board_mux board_mux[] __initdata = {

static void __init am3517_evm_init(void)
{
am3517_evm_i2c_init();

omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);

am3517_evm_i2c_init();
platform_add_devices(am3517_evm_devices,
ARRAY_SIZE(am3517_evm_devices));

Expand Down

0 comments on commit 5241b6b

Please sign in to comment.