commit | 65fa3e719f36faf511f2da9063a415060e565b5d | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Mon Oct 17 00:06:54 2016 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Nov 10 08:53:30 2016 -0700 |
tree | 8c7e751f1690e12154497fc44f67071eef67756a | |
parent | f3b78f7289552c40f17f5d4e134a1d929997ad55 [diff] |
ARM: OMAP2+: Remove legacy i2c.c platform init code We can now initialize I2C for mach-omap2 using device tree. And we can move the remaining code in plat-omap/i2c.c into mach-omap1/i2c.c. Note that we cannot remove some of the I2C bus reset functions as they are being used by hwmod code. Signed-off-by: Tony Lindgren <tony@atomide.com>