aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDoug Zobel <douglas.zobel@climate.com>2023-11-17 12:38:11 +0100
committerTom Rini <trini@konsulko.com>2023-12-13 11:35:16 -0500
commitf9dc67d18ee258d08fa620248d97e206b1cb849f (patch)
tree2031a5d80d6bf25459da3ca29822d5591e63ce81 /MAINTAINERS
parentd45e712f880d930bf14be022730d1268d6de0158 (diff)
downloadu-boot-f9dc67d18ee258d08fa620248d97e206b1cb849f.zip
u-boot-f9dc67d18ee258d08fa620248d97e206b1cb849f.tar.gz
u-boot-f9dc67d18ee258d08fa620248d97e206b1cb849f.tar.bz2
led: add TI LP5562 LED driver
Driver for the TI LP5562 4 channel LED controller. Supports independent on/off control of all 4 channels. Supports LED_BLINK on 3 independent channels: blue/green/red. The white channel can blink, but shares the blue channel blink rate. Heavily based on patch originally from Doug Zobel [1]. I have modified it so it matches the DT bindings in the linux tree, and also follows the linux driver implementation more closely. This should address Tom's concerns, and also matches my goal of making the U-Boot driver work with our existing .dts which is known to work in linux. As our boards only have the R,G,B outputs connected, I have not actually tested how the white channel behaves, but the R,G,B work exactly as expected. [1] https://lore.kernel.org/u-boot/1547150757-1561-1-git-send-email-douglas.zobel@climate.com/ Cc: Doug Zobel <douglas.zobel@climate.com> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 091e6bb..936d64c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1546,6 +1546,11 @@ M: Liviu Dudau <liviu.dudau@foss.arm.com>
S: Maintained
F: drivers/video/tda19988.c
+TI LP5562 LED DRIVER
+M: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
+S: Supported
+F: drivers/led/led_lp5562.c
+
TI SYSTEM SECURITY
M: Andrew F. Davis <afd@ti.com>
S: Supported