drivers: rename drivers to match compatible string
[platform/kernel/u-boot.git] / drivers / core / simple-bus.c
index 7fc23ef..7cc1d46 100644 (file)
@@ -56,8 +56,8 @@ static const struct udevice_id generic_simple_bus_ids[] = {
        { }
 };
 
-U_BOOT_DRIVER(simple_bus_drv) = {
-       .name   = "generic_simple_bus",
+U_BOOT_DRIVER(simple_bus) = {
+       .name   = "simple_bus",
        .id     = UCLASS_SIMPLE_BUS,
        .of_match = generic_simple_bus_ids,
        .flags  = DM_FLAG_PRE_RELOC,