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

Commit 51b665bf authored by Mohan Pallaka's avatar Mohan Pallaka
Browse files

ARM: dts: msm: add configuration for PMI MPP04



MSM 8994 MTP uses MPP04 to enable power for
WLED (white LED).

Change-Id: I2c3c0631f95be2cb950207f5001a51ee6f0def6a
Signed-off-by: default avatarMohan Pallaka <mpallaka@codeaurora.org>
parent 63704274
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -313,3 +313,12 @@
		qcom,src-sel = <0>;
	};
};

&pmi8994_mpps {
	mpp@a300 { /* MPP 4 */
		/* WLED FET */
		qcom,mode = <1>;
		qcom,vin-sel = <2>;
		qcom,master-en = <1>;
	};
};