From 1c2405cd6523134dfec8103b239108f5de35c5d7 Mon Sep 17 00:00:00 2001 From: lyz Date: Thu, 14 Mar 2013 17:56:44 +0800 Subject: [PATCH] rk2928 : tune usb-phy config for full/low speed devices --- 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 ce07da1d78fe..22666c422665 100755 --- a/drivers/usb/dwc_otg/usbdev_rk2928.c +++ b/drivers/usb/dwc_otg/usbdev_rk2928.c @@ -100,7 +100,7 @@ void usb20otg_hw_init(void) *otg_phy_con1 = 0x1D5 |(0x1ff<<16); // enter suspend. #endif // usb phy config init - *(unsigned int *)(USBGRF_UOC0_CON0) = 0x07e70350; + *(unsigned int *)(USBGRF_UOC0_CON0) = 0xe7e7a350; // other hardware init #ifdef CONFIG_RK_CONFIG -- 2.34.1