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

Commit 35a38ecb authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Enable MPP06 for graphics support in MSM8996 CV2X



Enable PMIC MPP06 to add graphics support for MSM8996 CV2X
boards.

Change-Id: I8e73704af3c6155e8ea18eff147e32befb4da7ce
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 1fe630ed
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -477,6 +477,15 @@
		qcom,invert = <1>;		/* Output high */
		status = "okay";
	};

	mpp@a500 { /* MPP 6 */
		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 */
		status = "okay";
	};
};

&pm8994_vadc {