projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908c08d
)
AM3517: initialize i2c subsystem after mux subsystem
author
stanley.miao
<stanley.miao@windriver.com>
Tue, 20 Apr 2010 06:33:29 +0000
(06:33 +0000)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 23 Apr 2010 22:35:11 +0000
(15:35 -0700)
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>
arch/arm/mach-omap2/board-am3517evm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-am3517evm.c
b/arch/arm/mach-omap2/board-am3517evm.c
index 6ae880585d54d7698ccd2414755bff59c69dc46f..c1c4389fbd8f5294d599943e338cf5d6ca748c40 100644
(file)
--- a/
arch/arm/mach-omap2/board-am3517evm.c
+++ b/
arch/arm/mach-omap2/board-am3517evm.c
@@
-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));