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

Commit 75146d08 authored by Tapas Dey's avatar Tapas Dey
Browse files

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

Modified code to add the correct Nfc clock gpio
entry specific to khaje QRD and IDP platforms.

Change-Id: I1cf42ebab5f42a1cc0469eddcb56d467660eea3b
parent 017cfa7e
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";