]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/dwc2.c
spi: zynq_[q]spi: Use BIT macro
[u-boot] / drivers / usb / host / dwc2.c
index 7b291345f683ba7efcc4042a938da0b4652b6026..541c0f968701ef9ed6d9e290b54bd8e927b51fce 100644 (file)
@@ -10,6 +10,7 @@
 #include <errno.h>
 #include <usb.h>
 #include <malloc.h>
+#include <memalign.h>
 #include <phys2bus.h>
 #include <usbroothubdes.h>
 #include <asm/io.h>
@@ -1118,7 +1119,7 @@ static const struct udevice_id dwc2_usb_ids[] = {
 };
 
 U_BOOT_DRIVER(usb_dwc2) = {
-       .name   = "dwc2_exynos",
+       .name   = "dwc2_usb",
        .id     = UCLASS_USB,
        .of_match = dwc2_usb_ids,
        .ofdata_to_platdata = dwc2_usb_ofdata_to_platdata,