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

Commit 9242f3e9 authored by yungwenpeng's avatar yungwenpeng
Browse files

Merge branch vanilla into gms

* ssh://ch-git3.arimacomm.com.tw:29418/kernel/msm-4.9:
  [NFC]Reassign ESE Enable gpio in case of collision

Change-Id: I1ffc9ff5337a978fabb583e82afd767b01179296
parents 31009e8a 14641cea
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,7 +44,9 @@
		qcom,nq-ven = <&tlmm 16 0x00>;
		qcom,nq-firm = <&tlmm 62 0x00>;
		qcom,nq-clkreq = <&pm8953_gpios 2 0x00>;
		qcom,nq-esepwr = <&tlmm 141 0x00>;
/*<<2019-01-29-Michael Lin-[FairPhone][NFC]Reassign ESE Enable gpio in case of collision*/                
		qcom,nq-esepwr = <&tlmm 134 0x00>;
/*>>2019-01-29-Michael Lin-[FairPhone][NFC]Reassign ESE Enable gpio in case of collision*/                
		interrupt-parent = <&tlmm>;
		qcom,clk-src = "BBCLK2";
		interrupts = <17 0>;
+8 −6
Original line number Diff line number Diff line
@@ -939,17 +939,18 @@
				};
			};

/*<<2019-01-29-Michael Lin-[FairPhone][NFC]Reassign ESE Enable gpio in case of collision*/
			nfc_disable_active: nfc_disable_active {
				/* active state */
				mux {
					/* 16: NFC ENABLE 62: FW DNLD */
					/* 141: ESE Enable */
					pins = "gpio16", "gpio62", "gpio141";
					/* 134: ESE Enable */
					pins = "gpio16", "gpio62", "gpio134";
					function = "gpio";
				};

				config {
					pins = "gpio16", "gpio62", "gpio141";
					pins = "gpio16", "gpio62", "gpio134";
					drive-strength = <2>; /* 2 MA */
					bias-pull-up;
				};
@@ -959,18 +960,19 @@
				/* sleep state */
				mux {
					/* 16: NFC ENABLE 62: FW DNLD */
					/* 141: ESE Enable */
					pins = "gpio16", "gpio62", "gpio141";
					/* 134: ESE Enable */
					pins = "gpio16", "gpio62", "gpio134";
					function = "gpio";
				};

				config {
					pins = "gpio16", "gpio62", "gpio141";
					pins = "gpio16", "gpio62", "gpio134";
					drive-strength = <2>; /* 2 MA */
					bias-disable;
				};
			};
		};
/*>>2019-01-29-Michael Lin-[FairPhone][NFC]Reassign ESE Enable gpio in case of collision*/

		wcnss_pmux_5wire {
			/* Active configuration of bus pins */