]> Pileus Git - ~andy/linux/commitdiff
ARM: S5PV210: Enable I2S device to work on SMDKC110
authorJassi Brar <jassi.brar@samsung.com>
Tue, 21 Dec 2010 00:48:35 +0000 (09:48 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 29 Dec 2010 23:31:55 +0000 (08:31 +0900)
Add missing virtual ASoC DMA device and WM8580 as I2C slave,
so that the I2S can work on SMDKC110.

[kgene.kim@samsung.com: removed virtual ASoC DMA device
to avoid build error and it will be added next time]

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
[kgene.kim@samsung.com: minor changed title]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/mach-smdkc110.c

index 5dd1681c069e582f0f6cb7a61f26e5f6f041ca7c..bb20a14da100c132e6646dbae2f4ecaff3176441 100644 (file)
@@ -94,6 +94,7 @@ static struct platform_device *smdkc110_devices[] __initdata = {
 
 static struct i2c_board_info smdkc110_i2c_devs0[] __initdata = {
        { I2C_BOARD_INFO("24c08", 0x50), },     /* Samsung S524AD0XD1 */
+       { I2C_BOARD_INFO("wm8580", 0x1b), },
 };
 
 static struct i2c_board_info smdkc110_i2c_devs1[] __initdata = {