ARM: OMAP2+: Remove legacy i2c.c platform init code
authorTony Lindgren <tony@atomide.com>
Mon, 17 Oct 2016 07:06:54 +0000 (00:06 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Nov 2016 15:53:30 +0000 (08:53 -0700)
commit65fa3e719f36faf511f2da9063a415060e565b5d
tree8c7e751f1690e12154497fc44f67071eef67756a
parentf3b78f7289552c40f17f5d4e134a1d929997ad55
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>
arch/arm/mach-omap1/i2c.c
arch/arm/mach-omap2/i2c.c
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/i2c.c [deleted file]