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

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

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

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

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

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

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

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