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

Commit 1aeeb19c authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Add eud_enable register in snps phy node on kona

Phy driver needs to read this register to decide if phy needs to be
reset or not.

Change-Id: I437e016b5c20f4da02195ffe5d11256e58fd8f86
parent 312291bd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -129,8 +129,10 @@
	/* Primary USB port related High Speed PHY */
	usb2_phy0: hsphy@88e3000 {
		compatible = "qcom,usb-hsphy-snps-femto";
		reg = <0x88e3000 0x110>;
		reg-names = "hsusb_phy_base";
		reg = <0x88e3000 0x110>,
			<0x088e2000 0x4>;
		reg-names = "hsusb_phy_base",
			"eud_enable_reg";

		vdd-supply = <&pm8150_l5>;
		vdda18-supply = <&pm8150_l12>;