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

Commit a3ab086c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add khaje specific Nfc clock gpio entry"

parents 6f5446e5 75146d08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@
		qcom,nq-irq = <&tlmm 70 0x00>;
		qcom,nq-ven = <&tlmm 69 0x00>;
		qcom,nq-firm = <&tlmm 31 0x00>;
		qcom,nq-clkreq = <&tlmm 86 0x00>;
		qcom,nq-clkreq = <&tlmm 71 0x00>;
		interrupt-parent = <&tlmm>;
		interrupts = <70 0>;
		interrupt-names = "nfc_irq";
+32 −0
Original line number Diff line number Diff line
@@ -118,4 +118,36 @@
				output-low;
			};
		};

	nfc {
			nfc_clk_req_active {
				/* active state */
				mux {
					/* GPIO 71: NFC CLOCK REQUEST */
					pins = "gpio71";
					function = "gpio";
				};

				config {
					pins = "gpio71";
					drive-strength = <2>; /* 2 MA */
					bias-pull-up;
				};
			};

			nfc_clk_req_suspend {
				/* sleep state */
				mux {
					/* GPIO 71: NFC CLOCK REQUEST */
					pins = "gpio71";
					function = "gpio";
				};

				config {
					pins = "gpio71";
					drive-strength = <2>; /* 2 MA */
					bias-disable;
				};
			};
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@
		qcom,nq-irq = <&tlmm 70 0x00>;
		qcom,nq-ven = <&tlmm 69 0x00>;
		qcom,nq-firm = <&tlmm 31 0x00>;
		qcom,nq-clkreq = <&tlmm 86 0x00>;
		qcom,nq-clkreq = <&tlmm 71 0x00>;
		interrupt-parent = <&tlmm>;
		interrupts = <70 0>;
		interrupt-names = "nfc_irq";