aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/spitz.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-05-28 04:42:59 +0200
committerEric Miao <eric.y.miao@gmail.com>2010-05-31 12:03:45 +0800
commitd30e5d897c3da7c2d17c8112331b66ed953eec78 (patch)
tree63aceeebd2a319e6549d2ad3f481fba121c1d768 /arch/arm/mach-pxa/spitz.c
parent600ae40df788d282523b1b86624b83f7a11a97cb (diff)
downloadkernel_samsung_smdk4412-d30e5d897c3da7c2d17c8112331b66ed953eec78.zip
kernel_samsung_smdk4412-d30e5d897c3da7c2d17c8112331b66ed953eec78.tar.gz
kernel_samsung_smdk4412-d30e5d897c3da7c2d17c8112331b66ed953eec78.tar.bz2
[ARM] pxa/spitz: Correctly register WM8750
This patch registers the WM8750 codec on a proper place on the SPITZ 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>
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r--arch/arm/mach-pxa/spitz.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c
index 4d2413e..c1048a3 100644
--- a/arch/arm/mach-pxa/spitz.c
+++ b/arch/arm/mach-pxa/spitz.c
@@ -818,6 +818,9 @@ static struct i2c_board_info akita_i2c_board_info[] = {
.type = "max7310",
.addr = 0x18,
.platform_data = &akita_ioexp,
+ }, {
+ .type = "wm8750",
+ .addr = 0x1b,
},
};