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

Commit 65a56050 authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: Enable GPIO5 in mdmcalifornium



Configure the GPIO5 node in the mdmcalifornium MTP and CDP
files to support USB host mode.

Change-Id: Iec8e5805c98b01ac32441e46d2f8d6c0bb84b126
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 41747adc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -45,6 +45,14 @@
		qcom,master-en = <0>;	/* DISABLE GPIO */
	};

	gpio@c400 { /* GPIO 5 - USB_ID */
		status = "ok";
		qcom,mode = <0>;	/* Digital input */
		qcom,pull = <1>;	/* Pull up 1.5 uA */
		qcom,vin-sel = <1>;	/* 1.8 V */
		qcom,master-en = <1>;   /* Enable GPIO */
	};

	gpio@c500 { /* GPIO 6 - Rome 3.3V control */
		status = "ok";
		qcom,mode = <1>;		/* Digital output*/
+8 −0
Original line number Diff line number Diff line
@@ -46,6 +46,14 @@
		qcom,master-en = <0>;	/* DISABLE GPIO */
	};

	gpio@c400 { /* GPIO 5 - USB_ID */
		status = "ok";
		qcom,mode = <0>;	/* Digital input */
		qcom,pull = <1>;	/* Pull up 1.5 uA */
		qcom,vin-sel = <1>;	/* 1.8 V */
		qcom,master-en = <1>;   /* Enable GPIO */
	};

	gpio@c500 { /* GPIO 6 - Rome 3.3V control */
		status = "ok";
		qcom,mode = <1>;		/* Digital output*/