mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3
New i2c_read, i2c_write and i2c_probe functions, tested on OMAP4 (4430/60/70), OMAP5 (5430) and AM335X (3359) were added in 960187ffa125( "ARM: OMAP: I2C: New read, write and probe functions") but not tested on OMAP3. This patch will allow the updated drivers using device tree and DM_I2C to operate on OMAP3. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
cac4d6a680
commit
0fc8a3af5c
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ static const struct dm_i2c_ops omap_i2c_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct udevice_id omap_i2c_ids[] = {
|
static const struct udevice_id omap_i2c_ids[] = {
|
||||||
|
{ .compatible = "ti,omap3-i2c" },
|
||||||
{ .compatible = "ti,omap4-i2c" },
|
{ .compatible = "ti,omap4-i2c" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue