Commit 6ca6a63e authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Lee Jones
Browse files

mfd: cros_ec: Register hardware monitoring subdevice



Add ChromeOS EC-based hardware monitoring as EC subdevice.

Signed-off-by: default avatarThomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20240529-cros_ec-hwmon-v4-3-5cdf0c5db50a@weissschuh.net


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent 555b5fcd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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", },
};