diff options
| author | Ruchi Kandoi <kandoiruchi@google.com> | 2018-06-04 13:47:44 -0700 |
|---|---|---|
| committer | Ruchi Kandoi <kandoiruchi@google.com> | 2018-06-13 17:12:31 -0700 |
| commit | 6942616393c11f4138e87aa5a2d634c58b89ff2a (patch) | |
| tree | f7aa88de1c8597efd5a1d044067369db54239e03 /nfc | |
| parent | 6cdd8315dc3595819ee1b7bb7b434424d17ca1e6 (diff) | |
Disable power tracking feature for Nfc
Test: boots; NFC initializes without errors
Bug: 109673897
Change-Id: I79b99aab40dad2ffe3597d87c734effb81a92bf7
Diffstat (limited to 'nfc')
| -rw-r--r-- | nfc/libnfc-nxp.blueline.conf | 5 | ||||
| -rw-r--r-- | nfc/libnfc-nxp.crosshatch.conf | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/nfc/libnfc-nxp.blueline.conf b/nfc/libnfc-nxp.blueline.conf index d4fbcc3..1137ca7 100644 --- a/nfc/libnfc-nxp.blueline.conf +++ b/nfc/libnfc-nxp.blueline.conf @@ -158,7 +158,7 @@ NXP_RF_CONF_BLK_6={ # SWP1A interface A0D4 # DWP intf behavior config, SVDD Load activated by default if set to 0x31 A037 # SPI CL Sync enable A098 -NXP_CORE_CONF_EXTN={20, 02, 57, 12, +NXP_CORE_CONF_EXTN={20, 02, 5B, 13, A0, EC, 01, 01, A0, ED, 01, 01, A0, 5E, 01, 01, @@ -176,7 +176,8 @@ NXP_CORE_CONF_EXTN={20, 02, 57, 12, A0, AA, 04, F1, 03, 2D, 01, A0, 38, 04, 14, 0B, 0B, 00, A0, 3A, 08, 19, 00, 19, 00, 19, 00, 19, 00, - A0, B2, 01, 19 + A0, B2, 01, 19, + A0, 91, 01, 00 } ############################################################################### diff --git a/nfc/libnfc-nxp.crosshatch.conf b/nfc/libnfc-nxp.crosshatch.conf index 9a3d896..5ea98a4 100644 --- a/nfc/libnfc-nxp.crosshatch.conf +++ b/nfc/libnfc-nxp.crosshatch.conf @@ -156,7 +156,7 @@ NXP_RF_CONF_BLK_6={ # SWP1A interface A0D4 # DWP intf behavior config, SVDD Load activated by default if set to 0x31 A037 # SPI CL Sync enable A098 -NXP_CORE_CONF_EXTN={20, 02, 57, 12, +NXP_CORE_CONF_EXTN={20, 02, 5B, 13, A0, EC, 01, 01, A0, ED, 01, 01, A0, 5E, 01, 01, @@ -174,7 +174,8 @@ NXP_CORE_CONF_EXTN={20, 02, 57, 12, A0, AA, 04, FD, 03, F4, 01, A0, 38, 04, 14, 0B, 0B, 00, A0, 3A, 08, 96, 00, 96, 00, 96, 00, 96, 00, - A0, B2, 01, 19 + A0, B2, 01, 19, + A0, 91, 01, 00 } ############################################################################### |
