Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326507
b: refs/heads/master
c: 936e0f2
h: refs/heads/master
i:
  326505: 6119eb2
  326503: aecf6ea
v: v3
  • Loading branch information
Tony Lindgren committed Sep 13, 2012
1 parent 664d2dc commit c312af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 9ee073176808bba3039dabeaf6553ecdb9d7f765
refs/heads/master: 936e0f2fd64efbb28444c916814b6232dddac03b
3 changes: 2 additions & 1 deletion trunk/arch/arm/plat-omap/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

#define OMAP_I2C_SIZE 0x3f
#define OMAP1_I2C_BASE 0xfffb3800
#define OMAP1_INT_I2C (32 + 4)

static const char name[] = "omap_i2c";

Expand Down Expand Up @@ -105,7 +106,7 @@ static inline int omap1_i2c_add_bus(int bus_id)
res = pdev->resource;
res[0].start = OMAP1_I2C_BASE;
res[0].end = res[0].start + OMAP_I2C_SIZE;
res[1].start = INT_I2C;
res[1].start = OMAP1_INT_I2C;
pdata = &i2c_pdata[bus_id - 1];

/* all OMAP1 have IP version 1 register set */
Expand Down

0 comments on commit c312af1

Please sign in to comment.