[PATCH v2 0/2] leds: pca955x: Add IBM software implemenation of the PCA9552 chip

From: Eddie James
Date: Mon Aug 03 2020 - 10:51:08 EST


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.

Changes since v1:
- Switch the vendor part of the compatible string to ibm
- Change the enum in the driver to be ibm_<part no>

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