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

Commit 6515542b authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: specify the LED GPIO configuration for mdmcalifornium MTP



GPIO 3 in PMDcalifornium is used to control the green LED
present on mdmcalifornium MTP. Specify the required
configuration for that GPIO. Keep it disabled by configuring
it in Hi-Z mode.

CRs-Fixed: 972331
Change-Id: Iffd8415fdd6df302dc9bdbd97e5718d4652528fb
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 32c4d781
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -50,6 +50,11 @@
		qcom,master-en = <0>;	/* DISABLE GPIO */
	};

	gpio@c200 { /* GPIO 3 - LED */
		status = "ok";
		qcom,master-en = <0>;    /* Disable GPIO */
	};

	gpio@c400 { /* GPIO 5 - USB_ID */
		status = "ok";
		qcom,mode = <0>;	/* Digital input */