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

Commit ed2542fe authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: Enable GPIO2 in mdmcalifornium for VADC



Add GPIO2 device tree configuration in the mdmcalifornium
MTP and CDP files for supporting VADC.

Change-Id: Ib381f569789c7097bbf12b4c3ffb92983db70c2a
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 09deb55f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -43,6 +43,16 @@
	};
};

&pmdcalifornium_gpios {
	gpio@c100 { /* GPIO 2 - VADC */
		/* GPIO should be left off, and in the high
		 * impedance state when the pin is used with the VADC
		 */
		status = "ok";
		qcom,master-en = <0>;	/* DISABLE GPIO */
	};
};

&usb3 {
	vbus_dwc3-supply = <&smb1351_otg_supply>;
};
+10 −0
Original line number Diff line number Diff line
@@ -44,6 +44,16 @@
	};
};

&pmdcalifornium_gpios {
	gpio@c100 { /* GPIO 2 - VADC */
		/* GPIO should be left off, and in the high
		 * impedance state when the pin is used with the VADC
		 */
		status = "ok";
		qcom,master-en = <0>;	/* DISABLE GPIO */
	};
};

&qnand_1 {
	status = "ok";
};