rpi_display: add backlight driver and overlay
authorP33M <P33M@github.com>
Wed, 21 Oct 2015 13:55:21 +0000 (14:55 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:03:50 +0000 (16:03 +0000)
commit66809797db5cb0a451134849fa7abec51fa09e5d
treea53206b35c84a0683ad220b71f9a7707ba309c35
parente34d08fd1a7ba04c0e0b56b564abc03dd2541967
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]