Commit 19e3f485 authored by Ben Dooks's avatar Ben Dooks

[ARM] SMDK6400: Fix WM8753 i2c board definition

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 4faf6867
......@@ -73,7 +73,7 @@ static struct platform_device *smdk6400_devices[] __initdata = {
};
static struct i2c_board_info i2c_devs[] __initdata = {
{ I2C_BOARD_INFO("WM8753", 0x1A), },
{ I2C_BOARD_INFO("wm8753", 0x1A), },
{ I2C_BOARD_INFO("24c08", 0x50), },
};
......
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