]> www.infradead.org Git - users/jedix/linux-maple.git/commit
backlight: Add new lm3509 backlight driver
authorPatrick Gansterer <paroga@paroga.com>
Sun, 26 May 2024 10:51:30 +0000 (12:51 +0200)
committerLee Jones <lee@kernel.org>
Fri, 31 May 2024 14:12:13 +0000 (15:12 +0100)
commitb72755f5b577357cac661cbf9048cad704eb4ad8
treec0b93ae29d9dc83396b2988f7f93132b05fb34b2
parent0aaee23d49a614b573ca51ab7758e77fcc3d7d14
backlight: Add new lm3509 backlight driver

This is a general driver for LM3509 backlight chip of TI.
LM3509 is High Efficiency Boost for White LEDs and/or OLED Displays with
Dual Current Sinks. This driver supports OLED/White LED select, brightness
control and sub/main control.
The datasheet can be found at http://www.ti.com/product/lm3509.

Signed-off-by: Patrick Gansterer <paroga@paroga.com>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Link: https://lore.kernel.org/r/20240526105136.721529-3-paroga@paroga.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/lm3509_bl.c [new file with mode: 0644]