i2c: ChromeOS EC tunnel driver
[deliverable/linux.git] / drivers / mfd / cros_ec.c
index 8b6fb34c9b31bacd625ba5e7bf171050bc3d3b2e..38fe9bf0d169b32e0e5168ad8d2ac4015e48c6fe 100644 (file)
@@ -90,6 +90,11 @@ static const struct mfd_cell cros_devs[] = {
                .id = 1,
                .of_compatible = "google,cros-ec-keyb",
        },
+       {
+               .name = "cros-ec-i2c-tunnel",
+               .id = 2,
+               .of_compatible = "google,cros-ec-i2c-tunnel",
+       },
 };
 
 int cros_ec_register(struct cros_ec_device *ec_dev)
This page took 0.03685 seconds and 5 git commands to generate.