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

Commit 6b2236d7 authored by Yuan Zhao's avatar Yuan Zhao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Modify the DP PHY power for QRD SM8150 DVT



DVT device changes the power supply of DP PHY from L5A to
L18A, so set the right config.

Change-Id: I63ed0a68b15e7f2308c93c9e6333f139fcdbc2de
Signed-off-by: default avatarYuan Zhao <yzhao@codeaurora.org>
parent da0130a5
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -16,3 +16,14 @@
	vdd-supply = <&pm8150_l18>;
	qcom,vdd-voltage-level = <0 912000 912000>;
};

&sde_dp {
	vdda-0p9-supply = <&pm8150_l18>;
	qcom,phy-supply-entries {
		qcom,phy-supply-entry@0 {
			qcom,supply-min-voltage = <880000>;
			qcom,supply-max-voltage = <912000>;
		};
	};

};