host inno phy config
authoryangkai <yk@rock-chips.com>
Mon, 27 Aug 2012 06:31:37 +0000 (14:31 +0800)
committeryangkai <yk@rock-chips.com>
Mon, 27 Aug 2012 06:31:37 +0000 (14:31 +0800)
drivers/usb/dwc_otg/dwc_otg_driver.c

index 021c73df598a83a23b4c96b85a6b050dd6664468..e4d212900266e6a896e3fddb7c860465cc5a65e5 100755 (executable)
@@ -2120,6 +2120,8 @@ static __devinit int host20_driver_probe(struct platform_device *pdev)
 #ifdef CONFIG_ARCH_RK2928
     unsigned int * otg_phy_con1 = (unsigned int*)(USBGRF_UOC1_CON5);
     *otg_phy_con1 = (0x01<<16);    // exit suspend.
+    // inno phy config
+    *(unsigned int *)(USBGRF_UOC0_CON5+4) = 0x07e00350;
 #endif
     #if 0
     *otg_phy_con1 |= (0x01<<2);