video: backlight: add TI LM3532 led controller
authorSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 19 Mar 2025 11:51:58 +0000 (13:51 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 12 Apr 2025 06:44:02 +0000 (09:44 +0300)
commit041cb0b23acfaff8978ee6e4204147e9ae9b7dd9
tree4963fc8721b12aa972733e4f8cac19eaf9a64da2
parent01793b3ddba6ad31d24ecacb9ff00c807fd00acc
video: backlight: add TI LM3532 led controller

The LM3532 is a 500-kHz fixed frequency asynchronous boost converter which
provides the power for 3 high-voltage, low-side current sinks. The device
is programmable over an I2C-compatible interface and has independent
current control for all three channels.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/lm3532_backlight.c [new file with mode: 0644]