Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272423
b: refs/heads/master
c: d177e5d
h: refs/heads/master
i:
  272421: 5d353ed
  272419: 2c4b012
  272415: 4be6788
v: v3
  • Loading branch information
Andy Green authored and Ben Dooks committed Oct 29, 2011
1 parent 5351653 commit 2135a89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67b90c67205149173dc0cfdc46039be92fa390b6
refs/heads/master: d177e5ddb83a4bc518270e705e60ccc5a5aa6410
6 changes: 6 additions & 0 deletions trunk/arch/arm/plat-omap/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ static inline int omap2_i2c_add_bus(int bus_id)
}

pdata = &i2c_pdata[bus_id - 1];
/*
* pass the hwmod class's CPU-specific knowledge of I2C IP revision in
* use up to the OMAP I2C driver via platform data
*/
pdata->rev = oh->class->rev;

/*
* When waiting for completion of a i2c transfer, we need to
* set a wake up latency constraint for the MPU. This is to
Expand Down

0 comments on commit 2135a89

Please sign in to comment.