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

Commit 23fdc5f7 authored by Vamsi Krishna Samavedam's avatar Vamsi Krishna Samavedam Committed by Gerrit - the friendly Code Review server
Browse files

usb: phy: snps: Do not use rext if efuse is programmed



Do not use external resistor if phy parameter is programmed/calibrated
using efuse.

Change-Id: Ib26358320b5f3edf4f5359d44549f52e27c618da
Signed-off-by: default avatarVamsi Krishna Samavedam <vskrishn@codeaurora.org>
parent 3e70a303
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -96,6 +96,9 @@ struct msm_hsphy {
	void __iomem		*phy_rcal_reg;
	u32			rcal_mask;

	void __iomem		*phy_rcal_reg;
	u32			rcal_mask;

	/* emulation targets specific */
	void __iomem		*emu_phy_base;
	int			*emu_init_seq;