aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorMark Brown <broonie@sirena.org.uk>2009-07-08 21:12:20 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-07-09 17:15:23 +0100
commitd7dbf6ea40a2859adaca2dfdbbea83f3d6c73c2f (patch)
tree6d318b7c172a6dcb8caede17d070b0f380a3f1aa /arch/arm/mach-at91
parent[ARM] 5570/1: at91: Support for at91sam9g10: core chip & board support (diff)
downloadlinux-dev-d7dbf6ea40a2859adaca2dfdbbea83f3d6c73c2f.tar.xz
linux-dev-d7dbf6ea40a2859adaca2dfdbbea83f3d6c73c2f.zip
[ARM] 5596/1: at91sam9g20-ek: Register WM8731 in board file
The WM8731 driver has been updated to allow registration via normal device model methods rather than from within the ASoC driver probe so update the AT91SAM9G20-EK to make use of this. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/board-sam9g20ek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/board-sam9g20ek.c b/arch/arm/mach-at91/board-sam9g20ek.c
index cc270beadd5d..4c2598700882 100644
--- a/arch/arm/mach-at91/board-sam9g20ek.c
+++ b/arch/arm/mach-at91/board-sam9g20ek.c
@@ -221,6 +221,7 @@ static struct gpio_led ek_leds[] = {
static struct i2c_board_info __initdata ek_i2c_devices[] = {
{
I2C_BOARD_INFO("24c512", 0x50),
+ I2C_BOARD_INFO("wm8731", 0x1b),
},
};