Add ChromeOS EC-based hardware monitoring as EC subdevice.
Signed-off-by: Thomas Weißschuh <[email protected]>
---
drivers/mfd/cros_ec_dev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c
index a52d59cc2b1e..1262d1f8d954 100644
--- a/drivers/mfd/cros_ec_dev.c
+++ b/drivers/mfd/cros_ec_dev.c
@@ -130,6 +130,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", },
};
--
2.45.1
On Wed, 29 May 2024 08:27:13 +0200, Thomas Weißschuh wrote:
> Add ChromeOS EC-based hardware monitoring as EC subdevice.
>
>
Applied, thanks!
[3/3] mfd: cros_ec: Register hardware monitoring subdevice
commit: 27e669820cda845d6d4c505809711ef6b4cff9a1
--
Lee Jones [李琼斯]