projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5262822
)
ARM: OMAP: Fix OSK ASoC by registering I2C board info for tlvaic23
author
Arun KS
<arunks@mistralsolutions.com>
Thu, 15 Jan 2009 11:09:54 +0000
(13:09 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 15 Jan 2009 11:09:54 +0000
(13:09 +0200)
Adding I2C board info is required for tlvaic23 i2c chip driver.
Cc: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Arun KS <arunks@mistralsolutions.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-osk.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/board-osk.c
b/arch/arm/mach-omap1/board-osk.c
index
ff9e67b
..
d17952f
100644
(file)
--- a/
arch/arm/mach-omap1/board-osk.c
+++ b/
arch/arm/mach-omap1/board-osk.c
@@
-259,8
+259,10
@@
static struct i2c_board_info __initdata osk_i2c_board_info[] = {
.platform_data = &tps_board,
},
+ {
+ I2C_BOARD_INFO("tlv320aic23", 0x1B),
+ },
/* TODO when driver support is ready:
- * - aic23 audio chip at 0x1a
* - optionally on Mistral, ov9640 camera sensor at 0x30
*/
};