提交 19e3f485 编写于 作者: B Ben Dooks

[ARM] SMDK6400: Fix WM8753 i2c board definition

Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 4faf6867
...@@ -73,7 +73,7 @@ static struct platform_device *smdk6400_devices[] __initdata = { ...@@ -73,7 +73,7 @@ static struct platform_device *smdk6400_devices[] __initdata = {
}; };
static struct i2c_board_info i2c_devs[] __initdata = { static struct i2c_board_info i2c_devs[] __initdata = {
{ I2C_BOARD_INFO("WM8753", 0x1A), }, { I2C_BOARD_INFO("wm8753", 0x1A), },
{ I2C_BOARD_INFO("24c08", 0x50), }, { I2C_BOARD_INFO("24c08", 0x50), },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册