drivers: rename drivers to match compatible string
[platform/kernel/u-boot.git] / drivers / mtd / spi / sf-uclass.c
index 9ce2ecb..09c1143 100644 (file)
@@ -68,7 +68,7 @@ int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
        str = strdup(name);
 #endif
        ret = spi_get_bus_and_cs(busnum, cs, max_hz, spi_mode,
-                                 "spi_flash_std", str, &bus, &slave);
+                                 "jedec_spi_nor", str, &bus, &slave);
        if (ret)
                return ret;