Commit 702273a0 authored by Petri Karhula's avatar Petri Karhula Committed by Lee Jones
Browse files

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: default avatarPetri Karhula <petri.karhula@novatron.fi>
Reviewed-by: default avatarThomas Richard <thomas.richard@bootlin.com>
Link: https://patch.msgid.link/20251205-cgbc-backlight-v6-2-e4175b0bf406@novatron.fi


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent 76246f59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)