On Mon, Jun 14, 2021 at 1:05 AM Peter Robinson <pbrobinson@xxxxxxxxx> wrote: > > The On Semi pca9655 is a 16 bit variant of the On Semi pca9654 GPIO > expander, with 16 GPIOs and interrupt functionality. I don't remember the context... > { .compatible = "onnn,cat9554", .data = OF_953X( 8, PCA_INT), }, > { .compatible = "onnn,pca9654", .data = OF_953X( 8, PCA_INT), }, > + { .compatible = "onnn,pca9655", .data = OF_953X( 16, PCA_INT), }, ...but the first space (before 16) seems not necessary and the idea as far as I can see from here is to have those columns to be indented nicely. > { .compatible = "exar,xra1202", .data = OF_953X( 8, 0), }, > { } -- With Best Regards, Andy Shevchenko