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

Commit beb547cb authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa
Browse files

ARM: dts: msm: enable MPP4 invert on 8996



Enable MPP4 by default at boot-up which enables HDMI 5V.
This is needed for continuous splash screen to make sure
5V is not turned off when booting into kernel.

Change-Id: Ibbce17bb85d82cca42c0bcf0f53fadecace103fb
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent ba4bf05d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -685,7 +685,7 @@
		qcom,vin-sel = <2>;		/* S4 1.8V */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */
		qcom,invert = <0>;
		qcom,invert = <1>;
		status = "okay";
	};

+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@
		qcom,vin-sel = <2>;		/* S4 1.8V */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */
		qcom,invert = <0>;
		qcom,invert = <1>;
		status = "okay";
	};
};