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

Commit d7b26be2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "NFC: qca-199x: maximize i2c drive strength for fpga platform""

parents 3df7403f 44da22a4
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -537,12 +537,12 @@
			label = "pmx_i2c_6";
			/* active state */
			i2c_6_active: i2c_6_active{
				drive-strength = <16>; /* 2 MA */
				drive-strength = <2>; /* 2 MA */
				bias-disable; /* No PULL */
			};
			/*suspended state */
			i2c_6_sleep: i2c_6_sleep {
				drive-strength = <16>; /* 2 MA */
				drive-strength = <2>; /* 2 MA */
				bias-disable; /* No PULL */
			};
		};
@@ -554,12 +554,12 @@
			label = "pmx_nfc_int";

			nfc_int_active: active {
				drive-strength = <16>;
				drive-strength = <6>;
				bias-pull-up;
			};

			nfc_int_suspend: suspend {
				drive-strength = <16>;
				drive-strength = <6>;
				bias-pull-up;
			};
		};
@@ -571,12 +571,12 @@
			label = "pmx_nfc_disable";

			nfc_disable_active: active {
				drive-strength = <16>;
				drive-strength = <6>;
				bias-pull-up;
			};

			nfc_disable_suspend: suspend {
				drive-strength = <16>;
				drive-strength = <6>;
				bias-disable;
			};
		};