Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188388
b: refs/heads/master
c: 438ff39
h: refs/heads/master
v: v3
  • Loading branch information
Rob Alley authored and Russell King committed Mar 13, 2010
1 parent 83b900e commit e168f69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2302b45d8ab41a55e84c39a6c6f813586ad8493
refs/heads/master: 438ff39d7813515d3aac20f53b5b95aaa58b38f9
10 changes: 6 additions & 4 deletions trunk/arch/arm/mach-at91/board-sam9g20ek.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,12 @@ static void __init ek_add_device_buttons(void) {}


static struct i2c_board_info __initdata ek_i2c_devices[] = {
{
I2C_BOARD_INFO("24c512", 0x50),
I2C_BOARD_INFO("wm8731", 0x1b),
},
{
I2C_BOARD_INFO("24c512", 0x50)
},
{
I2C_BOARD_INFO("wm8731", 0x1b)
},
};


Expand Down

0 comments on commit e168f69

Please sign in to comment.