Re: [PATCH v2] i2c: Add generic support passing secondary devices addresses

From: Srinivas Pandruvada
Date: Tue Apr 19 2016 - 12:27:50 EST


On Tue, 2016-04-19 at 17:40 +0300, Mika Westerberg wrote:
> On Tue, Apr 19, 2016 at 03:31:41PM +0200, Lars-Peter Clausen wrote:
> >
> > It adds a standard API for dealing with devices that have more than
> > one
> > address. It uses the normal way of specifying multiple (named)
> > address in DT.
> >
> > reg = <0xa>, <0xb>, <0xc>;
> > reg-names = "main", "aux1", "aux2";
> >
[...]

> Srinivas, do you think this works with the sensor stuff?
Yes, it will work.

Thanks,
Srinivas