From fe92b661469830249dcd931244baabe1e1370081 Mon Sep 17 00:00:00 2001 From: yangkai Date: Mon, 22 Oct 2012 15:16:31 +0800 Subject: [PATCH] modify rk2928 host phy config --- drivers/usb/dwc_otg/usbdev_rk2928.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.34.1