ARM: OMAP2+: Remove legacy i2c.c platform init code
authorTony Lindgren <tony@atomide.com>
Mon, 25 Nov 2013 19:37:25 +0000 (11:37 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 27 Nov 2013 02:00:56 +0000 (18:00 -0800)
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>

No differences found