rpi_display: add backlight driver and overlay
authorP33M <P33M@github.com>
Wed, 21 Oct 2015 13:55:21 +0000 (14:55 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 27 Jan 2021 19:12:52 +0000 (19:12 +0000)
commit4a903f105d5b9d51db42e238cc03460f1c21d51a
tree0e37f464edb32dd8619da9e65d0d33a61372927b
parentf5147b01839f8742f91f4406e6c61c1e8d078b1d
rpi_display: add backlight driver and overlay

Add a mailbox-driven backlight controller for the Raspberry Pi DSI
touchscreen display. Requires updated GPU firmware to recognise the
mailbox request.

Signed-off-by: Gordon Hollingworth <gordon@raspberrypi.org>
Add Raspberry Pi firmware driver to the dependencies of backlight driver

Otherwise the backlight driver fails to build if the firmware
loading driver is not in the kernel

Signed-off-by: Alex Riesen <alexander.riesen@cetitec.com>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/rpi_backlight.c [new file with mode: 0644]