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

Commit 2857cdc5 authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Add eud_enable register in HS phy node for Bengal

The USB Highspeed PHY should not be reset for a new connect
when EUD is in use. So, the PHY driver needs this register
to check whether EUD is active or not.

Change-Id: I486084bd89f5f7e584ac208f418c608e0c4353e8
parent e1752e4a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -126,10 +126,12 @@
		compatible = "qcom,qusb2phy";
		reg = <0x01613000 0x180>,
			<0x003cb250 0x4>,
			<0x01b40258 0x4>;
			<0x01b40258 0x4>,
			<0x01612000 0x4>;
		reg-names = "qusb_phy_base",
			"tcsr_clamp_dig_n_1p8",
			"tune2_efuse_addr";
			"tune2_efuse_addr",
			"eud_enable_reg";

		vdd-supply = <&pm6125_l4>;
		vdda18-supply = <&pm6125_l12>;