Skip to content

Commit 702273a

Browse files
petri-klag-linaro
authored andcommitted
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>
1 parent 76246f5 commit 702273a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/cgbc-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ static struct mfd_cell cgbc_devs[] = {
237237
{ .name = "cgbc-i2c", .id = 1 },
238238
{ .name = "cgbc-i2c", .id = 2 },
239239
{ .name = "cgbc-hwmon" },
240+
{ .name = "cgbc-backlight" },
240241
};
241242

242243
static int cgbc_map(struct cgbc_device_data *cgbc)

0 commit comments

Comments
 (0)