Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16776970 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: phy-msm: Avoid SE1 linestate after enabling DCD"

parents 01e207ee 109af213
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2403,10 +2403,10 @@ static void msm_chg_enable_dcd(struct msm_otg *motg)
		 * may be incorrectly interpreted. Also
		 * BC1.2 compliance testers expect Rdm_down
		 * to enabled during DCD. Enable Rdm_down
		 * explicitly after enabling the DCD.
		 * explicitly before enabling the DCD.
		 */
		ulpi_write(phy, 0x10, 0x85);
		ulpi_write(phy, 0x04, 0x0B);
		ulpi_write(phy, 0x10, 0x85);
		break;
	default:
		break;