video: add TI LP855x backlight driver
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 18 Nov 2024 06:42:43 +0000 (08:42 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 26 Feb 2025 11:08:20 +0000 (13:08 +0200)
commite503be022f1eeabc51551071f37e2c006a6a9a14
tree20ca15da9147c684a56c0c3d84d8fba6d3cf7bd5
parentf84ac08147d89b196ad6ec38d6a6773bf965dac8
video: add TI LP855x backlight driver

Add support for National Semiconductor/TI LP8550/1/2/3/5/6/7
LED Backlight. Driver is based on Linux version but is
reworked and optimised for U-Boot DM framework. Currently
only register driven backlight control is supported, PWM
driver backlight control may be added later if needed.

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