[POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C
authorMark A. Greer <mgreer@mvista.com>
Sat, 12 May 2007 00:54:53 +0000 (10:54 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 12 May 2007 01:32:49 +0000 (11:32 +1000)
commitae4b3fbc7a91ea4e5685edb0310bb185a12e5943
tree7891118b8de8be8703308e9c1f1b090dc0276bf2
parente12deb840ceed7051ab4799ae71b675a83c58c7c
[POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C

Some platforms support a variety processor modules with no method of
determining which exact processor module is being used except by
examining Vital Product Data (VPD).  The modules may have different
amounts of memory, clock frequencies, etc. so reading the VPD becomes
necessary to correctly set properties in the device tree before its
passed to the kernel.

Often the VPD is stored in I2C EEPROMs so an I2C driver becomes necessary.
This I2C driver is for the I2C controller that's embedded on the Marvel
mv64x60 line of host bridges.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/mv64x60_i2c.c [new file with mode: 0644]