[PATCH] arm: kirkwood: add support for ZyXEL NSA310
Andrew Lunn
andrew at lunn.ch
Sat Oct 27 05:11:43 EDT 2012
> > > +
> > > +static struct i2c_board_info __initdata nsa310_i2c_info[] = {
> > > + { I2C_BOARD_INFO("adt7476", 0x2e) },
> > > +};
> >
> > how far off from the adt7461 (lm90) is this? If similar, please
> > consider extending lm90's compatibility list and describing this in the
> > dts instead.
>
> I did move at least the I2C to DT. Good catch, this is something
> worth of a experimentation when a free time slot arrives. The chip seems
> to have some sort of compatibility mode with adt7463 so it might just
> work somehow with the other driver too.
Hi Tero
Thanks for moving the I2C bus setup to DT.
The lm90 driver explicitly supports the adt7461. No changes needed. Please
try adding the necessary DT, something like:
adt7476: adt7476a at 2e {
compatible = "lm90";
reg = <0x2e>;
};
Thanks
Andrew
More information about the linux-arm-kernel
mailing list