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

Commit 72831ece authored by Chun Zhang's avatar Chun Zhang
Browse files

ARM: dts: msm: enable MPP4 on MSM8992 CDP and MTP



MPP4 connects to WLED FET to serve as a switch to WLED backlight.
Turning it on to enable WLED control from display software.

Change-Id: Ic7aa59e45b70f14d19f55affe3b89ae715f40389
Signed-off-by: default avatarChun Zhang <chunz@codeaurora.org>
parent 256995a0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -140,6 +140,16 @@
	qcom,charging-disabled;
};

&pmi8994_mpps {
	mpp@a300 { /* MPP 4 */
		/* WLED FET */
		qcom,mode = <1>;	/* DIGITAL OUT */
		qcom,vin-sel = <0>;	/* VIN0 */
		qcom,master-en = <1>;
		status = "okay";
	};
};

&i2c_2 {
	synaptics@20 {
		compatible = "synaptics,dsx";
+10 −0
Original line number Diff line number Diff line
@@ -145,6 +145,16 @@
	};
};

&pmi8994_mpps {
	mpp@a300 { /* MPP 4 */
		/* WLED FET */
		qcom,mode = <1>;	/* DIGITAL OUT */
		qcom,vin-sel = <0>;	/* VIN0 */
		qcom,master-en = <1>;
		status = "okay";
	};
};

&i2c_2 {
	synaptics@20 {
		compatible = "synaptics,dsx";