commit | 4c3a08111fdc4443194be80f964df1cd405d07b9 | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Mon Nov 18 08:42:43 2024 +0200 |
committer | Svyatoslav Ryhel <clamor95@gmail.com> | Wed Feb 26 13:08:20 2025 +0200 |
tree | 20ca15da9147c684a56c0c3d84d8fba6d3cf7bd5 | |
parent | 30cdefed3a686a5d13461e695623b63f73150df9 [diff] |
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>