[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>
Цей коміт міститься в:
Mark Brown
2009-07-08 21:12:20 +01:00
зафіксовано Russell King
джерело b319ff8085
коміт d7dbf6ea40
2 змінених файлів з 1 додано та 36 видалено

Переглянути файл

@@ -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),
},
};