Commit 0031e9d9 authored by Jassi Brar's avatar Jassi Brar Committed by Kukjin Kim

ARM: S5PV210: Enable I2S device to work on SMDKC110

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: default avatarJassi Brar <jassi.brar@samsung.com>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
[kgene.kim@samsung.com: minor changed title]
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent fcf8897d
...@@ -94,6 +94,7 @@ static struct platform_device *smdkc110_devices[] __initdata = { ...@@ -94,6 +94,7 @@ static struct platform_device *smdkc110_devices[] __initdata = {
static struct i2c_board_info smdkc110_i2c_devs0[] __initdata = { static struct i2c_board_info smdkc110_i2c_devs0[] __initdata = {
{ I2C_BOARD_INFO("24c08", 0x50), }, /* Samsung S524AD0XD1 */ { I2C_BOARD_INFO("24c08", 0x50), }, /* Samsung S524AD0XD1 */
{ I2C_BOARD_INFO("wm8580", 0x1b), },
}; };
static struct i2c_board_info smdkc110_i2c_devs1[] __initdata = { static struct i2c_board_info smdkc110_i2c_devs1[] __initdata = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment