Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172825
b: refs/heads/master
c: 6b61a83
h: refs/heads/master
i:
  172823: 1bc7b08
v: v3
  • Loading branch information
vikram pandita authored and Tony Lindgren committed Nov 22, 2009
1 parent 708b8f6 commit 61e2536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 62d0b336d4b00bde6e3f0f155009975351823c54
refs/heads/master: 6b61a83b31744d143b0e7bc92f463d831319eabc
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/board-zoom-peripherals.c
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ static struct twl4030_platform_data zoom_twldata = {

static struct i2c_board_info __initdata zoom_i2c_boardinfo[] = {
{
I2C_BOARD_INFO("twl4030", 0x48),
I2C_BOARD_INFO("twl5030", 0x48),
.flags = I2C_CLIENT_WAKE,
.irq = INT_34XX_SYS_NIRQ,
.platform_data = &zoom_twldata,
Expand All @@ -252,7 +252,7 @@ static struct i2c_board_info __initdata zoom_i2c_boardinfo[] = {

static int __init omap_i2c_init(void)
{
omap_register_i2c_bus(1, 2600, zoom_i2c_boardinfo,
omap_register_i2c_bus(1, 2400, zoom_i2c_boardinfo,
ARRAY_SIZE(zoom_i2c_boardinfo));
omap_register_i2c_bus(2, 400, NULL, 0);
omap_register_i2c_bus(3, 400, NULL, 0);
Expand Down

0 comments on commit 61e2536

Please sign in to comment.