On Sat, May 26, 2018 at 07:12:51PM +0200, Linus Walleij wrote: > I used bad names in my clumsiness when rewriting many board > files to use GPIO descriptors instead of platform data. A few > had the platform_device ID set to -1 which would indeed give > the device name "i2c-gpio". > > But several had it set to >=0 which gives the names > "i2c-gpio.0", "i2c-gpio.1" ... > > Fix the one affected board in the MIPS tree. Sorry. > > Fixes: b2e63555592f ("i2c: gpio: Convert to use descriptors") > Cc: Ralf Baechle > Cc: Wolfram Sang > Cc: Simon Guinot > Reported-by: Simon Guinot > Signed-off-by: Linus Walleij > --- > Ralf can you please apply this for MIPS fixes? Thanks (and sorry this missed 4.17). Now applied. Cheers James