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

Commit f49e9ab7 authored by Gaurav Singhal's avatar Gaurav Singhal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add NQ NFCC GPIO details for 8909



Add NQ NFCC GPIO details for 8909.

Change-Id: Id689e770c0912dcd6ffdf256b29a5cc04c2471b5
Signed-off-by: default avatarGaurav Singhal <gsinghal@codeaurora.org>
parent c494db91
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -110,6 +110,22 @@
			clocks = <&clock_rpm clk_bb_clk2_pin>;
			clock-names = "ref_clk";
		};
		nq@28 {
			compatible = "qcom,nq-nci";
			reg = <0x28>;
			qcom,nq-irq = <&msm_gpio 21 0x00>;
			qcom,nq-ven = <&msm_gpio 20 0x00>;
			qcom,nq-firm = <&msm_gpio 45 0x00>;
			qcom,clk-src = "BBCLK2";
			interrupt-parent = <&msm_gpio>;
			interrupts = <21 0>;
			interrupt-names = "nfc_irq";
			pinctrl-names = "nfc_active","nfc_suspend";
			pinctrl-0 = <&nfc_int_active &nfc_disable_active>;
			pinctrl-1 = <&nfc_int_suspend &nfc_disable_suspend>;
			clocks = <&clock_rpm clk_bb_clk2_pin>;
			clock-names = "ref_clk";
		};
	};

	gpio_keys {
+8 −0
Original line number Diff line number Diff line
@@ -125,3 +125,11 @@
&smb1357_otg_vreg {
	usb-pullup-supply = <&pm8909_l13>;
};

&soc {
	i2c@78b6000 {
		nq@28 {
			qcom,nq-clkreq = <&pm8909_gpios 2 0>;
		};
	};
};
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@
		nfc-nci@e {
			qcom,clk-gpio = <&pm8916_gpios 2 0>;
		};
		nq@28 {
			qcom,nq-clkreq = <&pm8916_gpios 2 0>;
		};
	};

};