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

Commit 44da22a4 authored by Houston Hoffman's avatar Houston Hoffman
Browse files

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



This reverts commit d7f9d219.
The change being reverted increased rock bottom power consumption.
This power increase was unnacceptible.

Change-Id: I20e934c4e116bbabe8166918ff875ed8c5c29c51
Signed-off-by: default avatarHouston Hoffman <hhoffman@codeaurora.org>
parent 6791a1be
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;
			};
		};