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

Commit 8df640aa authored by Sankeerth Billakanti's avatar Sankeerth Billakanti Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable dp phy regulator supply for lito

Update the external voltage regulator handle for displayport
on lito target.

Change-Id: Id4d682e246b3f86b365525feeef206d2ca8e69db
parent ab8567fc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -44,6 +44,10 @@
	vdd-supply = <&vdda_usb_ss_dp_core>;
};

&sde_dp {
	vdda-0p9-supply = <&vdda_usb_ss_dp_core>;
};

&qupv3_se7_i2c {
	#address-cells = <1>;
	#size-cells = <0>;
+2 −2
Original line number Diff line number Diff line
@@ -559,8 +559,8 @@
			qcom,phy-supply-entry@0 {
				reg = <0>;
				qcom,supply-name = "vdda-0p9";
				qcom,supply-min-voltage = <1200000>;
				qcom,supply-max-voltage = <1200000>;
				qcom,supply-min-voltage = <880000>;
				qcom,supply-max-voltage = <880000>;
				qcom,supply-enable-load = <36000>;
				qcom,supply-disable-load = <0>;
			};