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

Commit ac64e8e3 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Update ref_clk related address for MSM8996



On MSM8996, it is required to turned ON and OFF ref_clk explicitly
before performing QUSB PHY reset and after QUSB PHY initialization
respectively. Hence add ref_clk address value here for QUSB PHY
to perform the same.

Change-Id: I5d3afc5204ccd75fda1f7c50e67151bdd77d699f
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 1a0866b7
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -1900,10 +1900,12 @@
		compatible = "qcom,qusb2phy";
		reg = <0x07411000 0x180>,
			<0x06af8800 0x400>,
			<0x0007024C 0x4>;
			<0x0007024C 0x4>,
			<0x00388018 0x4>;
		reg-names = "qusb_phy_base",
			"qscratch_base",
			"tune2_efuse_addr";
			"tune2_efuse_addr",
			"ref_clk_addr";
		vdd-supply = <&pm8994_s2_corner>;
		vdda18-supply = <&pm8994_l12>;
		vdda33-supply = <&pm8994_l24>;
@@ -1936,10 +1938,12 @@
		compatible = "qcom,qusb2phy";
		reg = <0x07412000 0x180>,
			<0x076f8800 0x400>,
			<0x0007024C 0x4>;
			<0x0007024C 0x4>,
			<0x00388014 0x4>;
		reg-names = "qusb_phy_base",
			"qscratch_base",
			"tune2_efuse_addr";
			"tune2_efuse_addr",
			"ref_clk_addr";
		vdd-supply = <&pm8994_s2_corner>;
		vdda18-supply = <&pm8994_l12>;
		vdda33-supply = <&pm8994_l24>;