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

Commit 385c33fd authored by Tapas Dey's avatar Tapas Dey Committed by Niranjan Reddy Dumbala
Browse files

ARM: dts: msm: Add I2C NFC device node for holi pro QRD variant

Device node changes required on holi pro describing the GPIO
configuration for Nfc controller chip.

Modified corresponding Nfc device node for QRD platform.

Change-Id: I136c8a39bfe577c44503d79656ee08c8e51b23ab
parent 51866c64
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -88,6 +88,29 @@
	status = "ok";
};

&qupv3_se0_i2c {
	status = "ok";
	#address-cells = <1>;
	#size-cells = <0>;
	nq@28 {
		compatible = "qcom,sn-nci";
		reg = <0x28>;
		qcom,sn-irq = <&tlmm 9 0x00>;
		qcom,sn-ven = <&tlmm 6 0x00>;
		qcom,sn-firm = <&tlmm 8 0x00>;
		qcom,sn-clkreq = <&tlmm 7 0x00>;
		qcom,sn-vdd-1p8-supply = <&L9A>;
		qcom,sn-vdd-1p8-voltage = <1800000 1800000>;
		qcom,sn-vdd-1p8-current = <157000>;
		interrupt-parent = <&tlmm>;
		interrupts = <9 0>;
		interrupt-names = "nfc_irq";
		pinctrl-names = "nfc_active", "nfc_suspend";
		pinctrl-0 = <&nfc_int_active &nfc_enable_active>;
		pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend>;
	};
};

&wsa881x_analog_reset_gpio {
	compatible = "qcom,msm-cdc-pinctrl";
	pinctrl-names = "aud_active", "aud_sleep";