From: yangkai Date: Mon, 27 Aug 2012 06:31:37 +0000 (+0800) Subject: host inno phy config X-Git-Tag: firefly_0821_release~8834 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8957fb9f9bdb8f5e73ce0fd8494a34f93da44f57;p=firefly-linux-kernel-4.4.55.git host inno phy config --- diff --git a/drivers/usb/dwc_otg/dwc_otg_driver.c b/drivers/usb/dwc_otg/dwc_otg_driver.c index 021c73df598a..e4d212900266 100755 --- a/drivers/usb/dwc_otg/dwc_otg_driver.c +++ b/drivers/usb/dwc_otg/dwc_otg_driver.c @@ -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);