]> git.sur5r.net Git - u-boot/blobdiff - drivers/misc/cros_ec_i2c.c
Revert "spi: add config option to enable the WP pin function on st micron flashes"
[u-boot] / drivers / misc / cros_ec_i2c.c
index cee9a0f51182704b644454b7d92b9b839ea3a831..3de18b2d2ade9e1a18e6e650358fa55747c425f3 100644 (file)
@@ -139,12 +139,12 @@ static struct dm_cros_ec_ops cros_ec_ops = {
 };
 
 static const struct udevice_id cros_ec_ids[] = {
-       { .compatible = "google,cros-ec" },
+       { .compatible = "google,cros-ec-i2c" },
        { }
 };
 
 U_BOOT_DRIVER(cros_ec_i2c) = {
-       .name           = "cros_ec",
+       .name           = "cros_ec_i2c",
        .id             = UCLASS_CROS_EC,
        .of_match       = cros_ec_ids,
        .probe          = cros_ec_probe,