diff --git a/drivers/usb/dwc_otg/usbdev_rk2928.c b/drivers/usb/dwc_otg/usbdev_rk2928.c index 02f7f1e86ae1..8776931a36d0 100755 --- a/drivers/usb/dwc_otg/usbdev_rk2928.c +++ b/drivers/usb/dwc_otg/usbdev_rk2928.c @@ -239,7 +239,7 @@ static struct resource usb20_host_resource[] = { void usb20host_hw_init(void) { // usb phy config init - *(unsigned int *)(USBGRF_UOC0_CON5+4) = 0x07e00350; + *(unsigned int *)(USBGRF_UOC0_CON5+4) = 0x07e70350; // other haredware init }