summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/board-sam9g20ek.c
diff options
context:
space:
mode:
authorMark Brown <broonie@sirena.org.uk>2009-07-08 20:12:20 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-07-09 16:15:23 (GMT)
commitd7dbf6ea40a2859adaca2dfdbbea83f3d6c73c2f (patch)
tree6d318b7c172a6dcb8caede17d070b0f380a3f1aa /arch/arm/mach-at91/board-sam9g20ek.c
parentb319ff80852e823c3a18778c839151784990f80b (diff)
downloadlinux-fsl-qoriq-d7dbf6ea40a2859adaca2dfdbbea83f3d6c73c2f.tar.xz
[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/board-sam9g20ek.c')
-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 cc270be..4c25987 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),
},
};