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

Commit fd3554f5 authored by Padmanabhan Komanduru's avatar Padmanabhan Komanduru Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update the LDO nodes for MDSS DSI on sdm439



Update the LDO nodes used to power up MDSS DSI on sdm439
target based on the latest Power Grid document.

Change-Id: I2a3fad7391017d982d600d7ee271e783e5c2c157
Signed-off-by: default avatarPadmanabhan Komanduru <pkomandu@codeaurora.org>
parent 61147a12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -177,4 +177,5 @@

&mdss_dsi {
	vdda-supply = <&pm8953_l2>;
	vddio-supply = <&pm8953_l6>;
};
+16 −1
Original line number Diff line number Diff line
@@ -126,7 +126,22 @@

&mdss_dsi {
	vdda-supply = <&pm8953_l23>;
	vddio-supply = <&pm8953_l6>;
	vddio-supply = <&pm8953_l5>;

	qcom,ctrl-supply-entries {
		#address-cells = <1>;
		#size-cells = <0>;

		qcom,ctrl-supply-entry@0 {
			reg = <0>;
			qcom,supply-name = "vdda";
			qcom,supply-min-voltage = <800000>;
			qcom,supply-max-voltage = <800000>;
			qcom,supply-enable-load = <100000>;
			qcom,supply-disable-load = <100>;
			qcom,supply-post-on-sleep = <20>;
		};
	};
};

&usb_otg {