From: yangkai Date: Mon, 22 Oct 2012 07:16:31 +0000 (+0800) Subject: modify rk2928 host phy config X-Git-Tag: firefly_0821_release~8350 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fe92b661469830249dcd931244baabe1e1370081;p=firefly-linux-kernel-4.4.55.git modify rk2928 host phy config --- 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 }