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

Commit 5241b6b3 authored by stanley.miao's avatar stanley.miao Committed by Tony Lindgren
Browse files

AM3517: initialize i2c subsystem after mux subsystem



The initialize of i2c subsystem will set pinmux, so it should be done
after the initialize of mux subsystem initialization.

Signed-off-by: default avatarStanley.Miao <stanley.miao@windriver.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 908c08d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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));