Skip to content

Commit

Permalink
[ARM] 5326/1: AFEB9260: Fix for i2c_board_info structure
Browse files Browse the repository at this point in the history
i2c_board_info array was filled incorrectly.
Due to circumstances, the way it is filled works.
This patch fills array properly.

Signed-off-by: Sergey Lapin <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
slapin authored and Russell King committed Oct 30, 2008
1 parent ab3bd08 commit b73b925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-at91/board-afeb-9260v1.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ static struct at91_mmc_data __initdata afeb9260_mmc_data = {
static struct i2c_board_info __initdata afeb9260_i2c_devices[] = {
{
I2C_BOARD_INFO("fm3130", 0x68),
}, {
I2C_BOARD_INFO("24c64", 0x50),
},
};
Expand Down

0 comments on commit b73b925

Please sign in to comment.