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

Commit 3d65d97e authored by GG Hou's avatar GG Hou
Browse files

ARM: dts: msm: enable LDO11C for HDMI power supply for RB5

Enable LDO11C in display driver.Revert the change that always on LDO11C.
LDO11C controls LT9611uxc 3v3 voltage power supply.

Change-Id: I74da5b98f174a7356c21a1f0a61e031ef0c89ebe
parent b98cf867
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -8,7 +8,3 @@
	compatible = "qcom,kona-iot", "qcom,kona", "qcom,iot";
	qcom,board-id = <11 3>;
};

&pm8150a_l11 {
	regulator-always-on;
};
+15 −0
Original line number Diff line number Diff line
@@ -70,6 +70,21 @@

		lt,preferred-mode = "1920x1080";

		totalVoltage-supply = <&pm8150a_l11>;
		lt,supply-entries {
			#address-cells = <1>;
			#size-cells = <0>;

			lt,supply-entry@0 {
				reg = <0>;
				lt,supply-name = "totalVoltage";
				lt,supply-min-voltage = <3300000>;
				lt,supply-max-voltage = <3300000>;
				lt,supply-enable-load = <200000>;
				lt,supply-post-on-sleep = <50>;
			};
		};

		lt,customize-modes {
			lt,customize-mode-id@0 {
				lt,mode-h-active = <1920>;