projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d198290
)
[ARM] pxa/z2: Register WM8750
author
Marek Vasut
<marek.vasut@gmail.com>
Mon, 31 May 2010 14:51:52 +0000
(16:51 +0200)
committer
Eric Miao
<eric.y.miao@gmail.com>
Fri, 18 Jun 2010 07:07:35 +0000
(15:07 +0800)
This patch registers the WM8750 codec on a proper place on the ZipitZ2
machine after the WM8750 driver was converted to new API.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/z2.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/z2.c
b/arch/arm/mach-pxa/z2.c
index
1452c71
..
967e8cb
100644
(file)
--- a/
arch/arm/mach-pxa/z2.c
+++ b/
arch/arm/mach-pxa/z2.c
@@
-473,7
+473,10
@@
static struct i2c_board_info __initdata z2_i2c_board_info[] = {
{
I2C_BOARD_INFO("aer915", 0x55),
.platform_data = &batt_chip_info,
- }
+ }, {
+ I2C_BOARD_INFO("wm8750", 0x1b),
+ },
+
};
static void __init z2_i2c_init(void)