]> git.sur5r.net Git - u-boot/blobdiff - drivers/misc/cros_ec_lpc.c
ARM: uniphier: remove verify=n from environments
[u-boot] / drivers / misc / cros_ec_lpc.c
index ef6e6820974c155b91ee113c419f332f15e9731c..78378410f444de585490bc271428e806ef17205f 100644 (file)
@@ -206,12 +206,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-lpc" },
        { }
 };
 
 U_BOOT_DRIVER(cros_ec_lpc) = {
-       .name           = "cros_ec",
+       .name           = "cros_ec_lpc",
        .id             = UCLASS_CROS_EC,
        .of_match       = cros_ec_ids,
        .probe          = cros_ec_probe,