Messages in this thread |  | | From | Andy Shevchenko <> | Date | Thu, 9 Jul 2020 23:50:59 +0300 | Subject | Re: [PATCH 2/2] leds: pca955x: Add an IBM software implementation of the PCA9552 chip |
| |
On Thu, Jul 9, 2020 at 11:16 PM Eddie James <eajames@linux.ibm.com> wrote: > > IBM created an implementation of the PCA9552 on a PIC16F > microcontroller. The I2C device addresses are different from the > hardware PCA9552, so add a new compatible string and associated > platform data to be able to probe this device.
This is weird. I would rather expect ibm prefix with corresponding part number.
> + pca9552_ibm,
> + [pca9552_ibm] = {
> + { "pca9552-ibm", pca9552_ibm },
> + { .compatible = "nxp,pca9552-ibm", .data = (void *)pca9552_ibm },
-- With Best Regards, Andy Shevchenko
|  |