]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/ehci-rmobile.c
usb: ehci: fix Interrupt on Doorbell flag of USBCMD
[u-boot] / drivers / usb / host / ehci-rmobile.c
index 049e4c4e6b01bd08dd46ffc1427dc6a6fe0c45a5..b4330876f83d1e3737d4f4b39d693a8a631a4abb 100644 (file)
@@ -21,13 +21,12 @@ static u32 usb_base_address[CONFIG_USB_MAX_CONTROLLER_COUNT] = {
        0xEE080000,     /* USB0 (EHCI) */
        0xEE0A0000,     /* USB1 */
        0xEE0C0000,     /* USB2 */
-       0xEE000000      /* USB3 (USB3.0 Host)*/
 };
-#elif defined(CONFIG_R8A7791)
+#elif defined(CONFIG_R8A7791) || defined(CONFIG_R8A7793) || \
+       defined(CONFIG_R8A7794)
 static u32 usb_base_address[CONFIG_USB_MAX_CONTROLLER_COUNT] = {
        0xEE080000,     /* USB0 (EHCI) */
        0xEE0C0000,     /* USB1 */
-       0xEE000000      /* USB3 (USB3.0 Host)*/
 };
 #else
 #error rmobile EHCI USB driver not supported on this platform