aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/cros_ec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mfd/cros_ec.c b/drivers/mfd/cros_ec.c
index c872e1b0eaf8..c4aecc6f8373 100644
--- a/drivers/mfd/cros_ec.c
+++ b/drivers/mfd/cros_ec.c
@@ -118,6 +118,10 @@ static const struct mfd_cell cros_devs[] = {
118 .id = 2, 118 .id = 2,
119 .of_compatible = "google,cros-ec-i2c-tunnel", 119 .of_compatible = "google,cros-ec-i2c-tunnel",
120 }, 120 },
121 {
122 .name = "cros-ec-ctl",
123 .id = 3,
124 },
121}; 125};
122 126
123int cros_ec_register(struct cros_ec_device *ec_dev) 127int cros_ec_register(struct cros_ec_device *ec_dev)