1 --- a/arch/mips/ath79/dev-usb.c
2 +++ b/arch/mips/ath79/dev-usb.c
3 @@ -190,16 +190,16 @@ static void __init ar934x_usb_setup(void
4 if (bootstrap & AR934X_BOOTSTRAP_USB_MODE_DEVICE)
7 - ath79_device_reset_clear(AR934X_RESET_USBSUS_OVERRIDE);
8 + ath79_device_reset_set(AR934X_RESET_USBSUS_OVERRIDE);
11 - ath79_device_reset_set(AR934X_RESET_USB_PHY);
12 + ath79_device_reset_clear(AR934X_RESET_USB_PHY);
15 - ath79_device_reset_set(AR934X_RESET_USB_PHY_ANALOG);
16 + ath79_device_reset_clear(AR934X_RESET_USB_PHY_ANALOG);
19 - ath79_device_reset_set(AR934X_RESET_USB_HOST);
20 + ath79_device_reset_clear(AR934X_RESET_USB_HOST);
23 ath79_ehci_resources[0].start = AR934X_EHCI_BASE;