Hi, On Tue, Feb 05, 2019 at 11:23:23PM +0200, Aaro Koskinen wrote: > On Tue, Feb 05, 2019 at 01:52:04PM +0100, Linus Walleij wrote: > > This augments the CBUS GPIO I2C driver to use GPIO > > descriptors for clock, sel and data. We drop the platform > > data that was only used for carrying GPIO numbers and > > use machine descriptor tables instead. > > > > Cc: linux-omap@xxxxxxxxxxxxxxx > > Cc: Tony Lindgren <tony@xxxxxxxxxxx> > > Cc: Aaro Koskinen <aaro.koskinen@xxxxxx> > > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > > --- > > This is only compile tested, I hope someone can test it > > on the n770, it seems like Aaro is still using it! > > Unfortunately it doesn't work, so the device shuts down... The patch seems to work fine on N810 (device tree boot). So the 770 issue must be related to lookup table setup somehow.. A.