mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
mfd: cros_ec: Register hardware monitoring subdevice
Add ChromeOS EC-based hardware monitoring as EC subdevice. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20240529-cros_ec-hwmon-v4-3-5cdf0c5db50a@weissschuh.net Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
555b5fcdb8
commit
6ca6a63e96
@ -149,6 +149,7 @@ static const struct cros_feature_to_cells cros_subdevices[] = {
|
||||
static const struct mfd_cell cros_ec_platform_cells[] = {
|
||||
{ .name = "cros-ec-chardev", },
|
||||
{ .name = "cros-ec-debugfs", },
|
||||
{ .name = "cros-ec-hwmon", },
|
||||
{ .name = "cros-ec-sysfs", },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user