From 44fd40048549c95fd715c374c7e8e914822fc41b Mon Sep 17 00:00:00 2001
From: Marc Bourgoin <themard85@gmail.com>
Date: Thu, 26 Nov 2020 08:35:55 -0700
Subject: [PATCH] beckham: Update NFC configs to PPWS29.131-27-1-27

* Move NFA_STORAGE to /data/vendor/nfc

Change-Id: I7319d001840cfabcb28f0eae790d026a3e40046b
---
 nfc/libnfc-nci.conf | 2 +-
 nfc/libnfc-nxp.conf | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nfc/libnfc-nci.conf b/nfc/libnfc-nci.conf
index 113defd..3ac34f4 100644
--- a/nfc/libnfc-nci.conf
+++ b/nfc/libnfc-nci.conf
@@ -17,7 +17,7 @@ NFC_DEBUG_ENABLED=0x01
 
 ###############################################################################
 # File used for NFA storage
-NFA_STORAGE="/data/nfc"
+NFA_STORAGE="/data/vendor/nfc"
 
 ###############################################################################
 # Configure the default Destination Gate used by HCI (the default is 4, which
diff --git a/nfc/libnfc-nxp.conf b/nfc/libnfc-nxp.conf
index 25e0d5e..f738832 100644
--- a/nfc/libnfc-nxp.conf
+++ b/nfc/libnfc-nxp.conf
@@ -332,14 +332,14 @@ NXP_CORE_CONF_EXTN={20, 02, 48, 0E,
 #       }
 
 # Core configuration settings
-NXP_CORE_CONF={ 20, 02, 2E, 0E,
+NXP_CORE_CONF={ 20, 02, 2A, 0E,
         28, 01, 00,
         21, 01, 00,
         30, 01, 08,
         31, 01, 03,
         32, 01, 60,
         38, 01, 01,
-        33, 04, 01, 02, 03, 04,
+        33, 00,
         54, 01, 06,
         50, 01, 02,
         5B, 01, 00,
-- 
GitLab