Skip to content

Commit

Permalink
[ARM] SMDK6400: Fix WM8753 i2c board definition
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed May 7, 2009
1 parent 4faf686 commit 19e3f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c6400/mach-smdk6400.c
Original file line number Diff line number Diff line change
Expand Up @@ -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), },
};

Expand Down

0 comments on commit 19e3f48

Please sign in to comment.