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

Commit 2b4cb398 authored by Bansidhar Gopalachari's avatar Bansidhar Gopalachari
Browse files

ARM: dts: msm: Add NFC dtsi entry for 8610 qrd skuaa devices



Add NFC dtsi entry for nfc on 8610 qrd skuaa devices

Change-Id: Ic098c32064fd0fa82868b8bb6891859e5573c22f
Acked-by: default avatarUmesh Jagga <ujagga@qti.qualcomm.com>
Signed-off-by: default avatarBansidhar Gopalachari <bansid@codeaurora.org>
parent 6badacdb
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -36,6 +36,22 @@

		/include/ "batterydata-qrd-4v2-1300mah.dtsi"
	};

	i2c@f9925000 { /* BLSP-1 QUP-3 */
		nfc-nci@e {
			compatible = "qcom,nfc-nci";
			reg = <0x0e>;
			qcom,irq-gpio = <&msmgpio 77 0x00>;
			qcom,dis-gpio = <&msmgpio 93 0x00>;
			qcom,clk-en-gpio = <&msmgpio 78 0x00>;
			qcom,clk-src = "GPCLK";
			interrupt-parent = <&msmgpio>;
			interrupts = <77 0>;
			qcom,clk-gpio = <&msmgpio 75 0x00>;
			vlogic-supply = <&pm8110_l14>;
		};
	};

};

&pm8110_bms {
@@ -65,3 +81,13 @@
&dsi_hx8379a_wvga_vid {
	qcom,cont-splash-enabled;
};

&pm8110_gpios {
	gpio@c000 { /* GPIO 1 */
		qcom,mode = <0>;		/* QPNP_PIN_MODE_DIG_IN */
		qcom,pull = <5>;		/* QPNP_PIN_PULL_NO */
		qcom,vin-sel = <2>;		/* QPNP_PIN_VIN2 */
		qcom,src-sel = <2>;		/* QPNP_PIN_SEL_FUNC_1 */
		qcom,master-en = <1>;
	};
};