Messages in this thread |  | | From | Eddie James <> | Subject | [PATCH 0/2] leds: pca955x: Add IBM software implemenation of the PCA9552 chip | Date | Thu, 9 Jul 2020 15:12:18 -0500 |
| |
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, and document the new string.
Eddie James (2): dt-bindings: leds: pca955x: Add IBM implementation compatible string leds: pca955x: Add an IBM software implementation of the PCA9552 chip
Documentation/devicetree/bindings/leds/leds-pca955x.txt | 1 + drivers/leds/leds-pca955x.c | 8 ++++++++ 2 files changed, 9 insertions(+)
-- 2.24.0
|  |