//usb phy enter usb mode\r
unsigned int * otg_phy_con3 = (unsigned int*)(USBGRF_UOC0_CON0);\r
*otg_phy_con3 = (0x0300 << 16);\r
+ //Disconnect Threshold Adjustment\r
+ *otg_phy_con3 = (0x07<<1)|((0x07<<1)<<16); \r
#endif \r
// other haredware init\r
#if defined(CONFIG_ARCH_RK3066B) || defined(CONFIG_ARCH_RK3188)\r
void usb20host_hw_init(void)\r
{\r
// usb phy config init\r
+#ifdef CONFIG_ARCH_RK3188\r
+ //Disconnect Threshold Adjustment\r
+ unsigned int * otg_phy_con1 = (unsigned int*)(USBGRF_UOC1_CON0);\r
+ *otg_phy_con1 = (0x07<<1)|((0x07<<1)<<16);\r
+#endif \r
\r
// other haredware init\r
#if defined(CONFIG_ARCH_RK3066B) || defined(CONFIG_ARCH_RK3188)\r