mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
mfd: cgbc: Add support for backlight
The Board Controller has control for display backlight. Add backlight cell for the cgbc-backlight driver which adds support for backlight brightness control. Signed-off-by: Petri Karhula <petri.karhula@novatron.fi> Reviewed-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://patch.msgid.link/20251205-cgbc-backlight-v6-2-e4175b0bf406@novatron.fi Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
76246f598e
commit
702273a0ea
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ static struct mfd_cell cgbc_devs[] = {
|
|||
{ .name = "cgbc-i2c", .id = 1 },
|
||||
{ .name = "cgbc-i2c", .id = 2 },
|
||||
{ .name = "cgbc-hwmon" },
|
||||
{ .name = "cgbc-backlight" },
|
||||
};
|
||||
|
||||
static int cgbc_map(struct cgbc_device_data *cgbc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue