Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272422
b: refs/heads/master
c: 67b90c6
h: refs/heads/master
v: v3
  • Loading branch information
Andy Green authored and Ben Dooks committed Oct 29, 2011
1 parent 5d353ed commit 5351653
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5c825ee202d0891269e29197d5b21f8e2be3498a
refs/heads/master: 67b90c67205149173dc0cfdc46039be92fa390b6
3 changes: 3 additions & 0 deletions trunk/arch/arm/plat-omap/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ static inline int omap1_i2c_add_bus(int bus_id)
res[1].start = INT_I2C;
pdata = &i2c_pdata[bus_id - 1];

/* all OMAP1 have IP version 1 register set */
pdata->rev = OMAP_I2C_IP_VERSION_1;

return platform_device_register(pdev);
}

Expand Down

0 comments on commit 5351653

Please sign in to comment.