[PATCH] powerpc: i2c-mpc: make speed registers configurable via FDT
Jon Smirl
jonsmirl at gmail.com
Fri Aug 1 03:35:58 EST 2008
On 7/31/08, Wolfgang Grandegger <wg at grandegger.com> wrote:
> Jon Smirl wrote:
> > There appears to be one for i2x8xxx but not the other CPUs.
> >
> > /* I2C
> > */
> > typedef struct i2c {
> > u_char i2c_i2mod;
> > char res1[3];
> > u_char i2c_i2add;
> > char res2[3];
> > u_char i2c_i2brg;
> > char res3[3];
> > u_char i2c_i2com;
> > char res4[3];
> > u_char i2c_i2cer;
> > char res5[3];
> > u_char i2c_i2cmr;
> > char res6[0x8b];
> > } i2c8xx_t;
> >
>
> The I2C interface for the MPC5200 is not compatible with the one for the
> MPC83/4/5/6xx, AFAIK.
Ignore that table, I mistook MPC8xx for MPC8xxx. That is a MPC8xx table.
>
> Wolfgang.
>
--
Jon Smirl
jonsmirl at gmail.com
More information about the Linuxppc-dev
mailing list