]> git.ipfire.org Git - thirdparty/linux.git/commit
backlight: Add Congatec Board Controller (CGBC) backlight support
authorPetri Karhula <petri.karhula@novatron.fi>
Fri, 5 Dec 2025 12:19:47 +0000 (12:19 +0000)
committerLee Jones <lee@kernel.org>
Thu, 8 Jan 2026 11:15:00 +0000 (11:15 +0000)
commitb516456e9f916070fde6aa50cad5680a689687e6
tree397b0b85d7c1601b7e79b38a71c3f38ca28869eb
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
backlight: Add Congatec Board Controller (CGBC) backlight support

This driver provides backlight brightness control through the Linux
backlight subsystem. It communicates with the board controller to
adjust LCD backlight using PWM signals. Communication is done
through Congatec Board Controller core driver.

Tested-by: Thomas Richard <thomas.richard@bootlin.com>
Reviewed-by: Thomas Richard <thomas.richard@bootlin.com>
Reviewed-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
Signed-off-by: Petri Karhula <petri.karhula@novatron.fi>
Link: https://patch.msgid.link/20251205-cgbc-backlight-v6-1-e4175b0bf406@novatron.fi
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/cgbc_bl.c [new file with mode: 0644]