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

Commit 11bca97e authored by Casey Piper's avatar Casey Piper
Browse files

ARM: dts: msm: enable MPP04 on msm8992 CDP and MTP



The HDMI companion chip on MSM8992 is powered by
MPP04. Enable this MPP on MTP and CDP platforms.

Change-Id: I596c3882611bfbc2a6f13304e2eb73ce749999ed
Signed-off-by: default avatarCasey Piper <cpiper@codeaurora.org>
parent 247909f4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -258,6 +258,19 @@
	};
};

&pm8994_mpps {
	mpp@a300 { /* MPP 4 */
		/* HDMI_5v_vreg regulator enable */
		qcom,mode = <1>;		/* Digital output */
		qcom,output-type = <0>;		/* CMOS logic */
		qcom,vin-sel = <2>;		/* S4 1.8V */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */
		qcom,invert = <0>;
		status = "okay";
	};
};

&pmi8994_gpios {
	gpio@c400 {	/* GPIO 5  OTG SWITCH EN */
		qcom,mode = <1>;	/* DIGITAL OUT */
+13 −0
Original line number Diff line number Diff line
@@ -209,6 +209,19 @@
	};
};

&pm8994_mpps {
	mpp@a300 { /* MPP 4 */
		/* HDMI_5v_vreg regulator enable */
		qcom,mode = <1>;		/* Digital output */
		qcom,output-type = <0>;		/* CMOS logic */
		qcom,vin-sel = <2>;		/* S4 1.8V */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */
		qcom,invert = <0>;
		status = "okay";
	};
};

&pmi8994_gpios {
	gpio@c400 {	/* GPIO 5  OTG SWITCH EN */
		qcom,mode = <1>;	/* DIGITAL OUT */