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

Commit f90ead05 authored by Linyu Yuan's avatar Linyu Yuan
Browse files

usb: phy: qmp: add missing hardware orientation debug function



commit 2a55b618 ("usb: phy: qmp: change orientation to
default portselect mode") lost one debug function which
added in commit dc47b6c0 ("usb: phy: qmp: debug value of
portselect pin"), add it back.

Change-Id: Id5eb671c348e91f22c5a7a878d7016820087eb21
Signed-off-by: default avatarLinyu Yuan <linyyuan@codeaurora.org>
parent c0a8ba67
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -395,6 +395,13 @@ static void usb_qmp_update_portselect_phymode(struct msm_ssphy_qmp *phy)

			writel_relaxed(0x00,
				phy->base + phy->phy_reg[USB3_DP_COM_SW_RESET]);

			if (phy->phy_reg[USB3_DP_COM_TYPEC_STATUS]) {
				u32 status = readl_relaxed(phy->base +
				       phy->phy_reg[USB3_DP_COM_TYPEC_STATUS]);
				dev_dbg(phy->phy.dev, "hw port select %s\n",
				       status & PORTSELECT_RAW ? "CC2" : "CC1");
			}
		}

		/* override hardware control for reset of qmp phy */