Message ID | 20211221134052.22387-1-fe@dev.tdt.de |
---|---|
Headers | show |
Series | leds: add ktd20xx LED driver support | expand |
On Tue, 21 Dec 2021 14:40:52 +0100, Florian Eckert wrote: > Introduce the bindings for the Kinetic KTD2061/58/59/60RGB LED device > driver. The KTD20xx can control RGB LEDs individually. Because of the > hardware limitations, only 7 colors and the color black (off) can be set. > > Signed-off-by: Florian Eckert <fe@dev.tdt.de> > --- > .../bindings/leds/leds-ktd20xx.yaml | 130 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 131 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/leds-ktd20xx.yaml > Reviewed-by: Rob Herring <robh@kernel.org>