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

Commit 074268ff authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 10211d38 fd3554f5
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 {