]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
i2c: omap: Correct I2C revision for OMAP3
authorJon Hunter <jon-hunter@ti.com>
Thu, 28 Jun 2012 15:11:31 +0000 (20:41 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Thu, 12 Jul 2012 12:18:27 +0000 (14:18 +0200)
commitf518b482c89b3ff51804f09c14b1cedbef811b84
tree90ea68e9b4f0b832e222a969a621aa59c47f6339
parent0e33bbb25436949cc100d40edfbe0f96dfa25882
i2c: omap: Correct I2C revision for OMAP3

The OMAP3530 is based upon the same silicon as the OMAP3430 and so the I2C
revision is the same for 3430 and 3530. However, the OMAP3630 device has the
same I2C revision as OMAP4. Correct the revision definition to reflect this.

This patch is based on work done by Jon Hunter <jon-hunter@ti.com>
Changes from his patch
- Update OMAP_I2C_REV_ON_3430 also to reflect that it is same as 3530

Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-omap.c