projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af4644
)
rk2928 : tune usb-phy config for full/low speed devices
author
lyz
<lyz@rock-chips.com>
Thu, 14 Mar 2013 09:56:44 +0000
(17:56 +0800)
committer
lyz
<lyz@rock-chips.com>
Fri, 15 Mar 2013 06:33:21 +0000
(14:33 +0800)
drivers/usb/dwc_otg/usbdev_rk2928.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc_otg/usbdev_rk2928.c
b/drivers/usb/dwc_otg/usbdev_rk2928.c
index ce07da1d78fea05f2f7159a13a281d393e90d0bf..22666c4226653e46bba61344bc9c89d3698cae59 100755
(executable)
--- 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.
\r
#endif
\r
// usb phy config init
\r
- *(unsigned int *)(USBGRF_UOC0_CON0) = 0x
07e70
350;
\r
+ *(unsigned int *)(USBGRF_UOC0_CON0) = 0x
e7e7a
350;
\r
\r
// other hardware init
\r
#ifdef CONFIG_RK_CONFIG
\r