mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
mfd: cros_ec: Register charge control subdevice
Add ChromeOS EC-based charge control as EC subdevice. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20240528-cros_ec-charge-control-v2-3-81fb27e1cff4@weissschuh.net Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
b5f743b122
commit
555b5fcdb8
|
|
@ -87,6 +87,7 @@ static const struct mfd_cell cros_ec_sensorhub_cells[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct mfd_cell cros_usbpd_charger_cells[] = {
|
static const struct mfd_cell cros_usbpd_charger_cells[] = {
|
||||||
|
{ .name = "cros-charge-control", },
|
||||||
{ .name = "cros-usbpd-charger", },
|
{ .name = "cros-usbpd-charger", },
|
||||||
{ .name = "cros-usbpd-logger", },
|
{ .name = "cros-usbpd-logger", },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user