backlight: Add Kinetic KTD2801 Backlight support
authorDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 25 Jan 2024 15:30:56 +0000 (16:30 +0100)
committerLee Jones <lee@kernel.org>
Thu, 7 Mar 2024 08:45:16 +0000 (08:45 +0000)
commita5554f1b5bc3be5d01f41b7550aa5b05b7c88c09
treed3ad9cf3576f06b64e57b2a95803d9a0b498d778
parent922235a9b89417e4c355ca813a1049c755b89570
backlight: Add Kinetic KTD2801 Backlight support

KTD2801 is a LED backlight driver IC found in samsung,coreprimevelte.
The brightness can be set using PWM or the ExpressWire protocol. Add
support for the KTD2801.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Link: https://lore.kernel.org/r/20240125-ktd2801-v5-4-e22da232a825@skole.hr
Signed-off-by: Lee Jones <lee@kernel.org>
MAINTAINERS
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/ktd2801-backlight.c [new file with mode: 0644]