Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[ARM] SMDK6400: Fix WM8753 i2c board definition



Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 4faf6867
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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), },
};
};