From 37843e642ae71b082ca35778a42179250d010d6e Mon Sep 17 00:00:00 2001 From: Arian Date: Fri, 27 Sep 2019 16:37:45 +0200 Subject: shinano-common: pn54x: Apply sony changes to libnfc-nxp.conf Change-Id: I18ca325c809a5567af51e6201f8bbd0136a581bb --- pn54x/libnfc-nxp-PN547C2_example.conf | 59 ++++++----------------------------- 1 file changed, 10 insertions(+), 49 deletions(-) (limited to 'pn54x/libnfc-nxp-PN547C2_example.conf') diff --git a/pn54x/libnfc-nxp-PN547C2_example.conf b/pn54x/libnfc-nxp-PN547C2_example.conf index 913030f..96faa32 100644 --- a/pn54x/libnfc-nxp-PN547C2_example.conf +++ b/pn54x/libnfc-nxp-PN547C2_example.conf @@ -10,16 +10,16 @@ # ANDROID_LOG_ERROR 0x01 # ANDROID_LOG_SILENT 0x00 # -NXPLOG_EXTNS_LOGLEVEL=0x03 -NXPLOG_NCIHAL_LOGLEVEL=0x03 -NXPLOG_NCIX_LOGLEVEL=0x03 -NXPLOG_NCIR_LOGLEVEL=0x03 -NXPLOG_FWDNLD_LOGLEVEL=0x03 -NXPLOG_TML_LOGLEVEL=0x03 +NXPLOG_EXTNS_LOGLEVEL=0x01 +NXPLOG_NCIHAL_LOGLEVEL=0x01 +NXPLOG_NCIX_LOGLEVEL=0x01 +NXPLOG_NCIR_LOGLEVEL=0x01 +NXPLOG_FWDNLD_LOGLEVEL=0x01 +NXPLOG_TML_LOGLEVEL=0x01 ############################################################################### # Nfc Device Node name -NXP_NFC_DEV_NODE="/dev/pn54x" +NXP_NFC_DEV_NODE="/dev/pn547" ############################################################################### # Extension for Mifare reader enable @@ -36,8 +36,7 @@ NXP_FW_NAME="libpn547_fw.so" # System clock source selection configuration #define CLK_SRC_XTAL 1 #define CLK_SRC_PLL 2 - -NXP_SYS_CLK_SRC_SEL=0x01 +NXP_SYS_CLK_SRC_SEL=0x02 ############################################################################### # System clock frequency selection configuration @@ -47,14 +46,12 @@ NXP_SYS_CLK_SRC_SEL=0x01 #define CLK_FREQ_26MHZ 4 #define CLK_FREQ_38_4MHZ 5 #define CLK_FREQ_52MHZ 6 - -NXP_SYS_CLK_FREQ_SEL=0x00 +NXP_SYS_CLK_FREQ_SEL=0x02 ############################################################################### # The timeout value to be used for clock request acknowledgment # min value = 0x01 to max = 0x06 - -NXP_SYS_CLOCK_TO_CFG=0x01 +NXP_SYS_CLOCK_TO_CFG=0x02 ############################################################################### # NXP proprietary settings @@ -74,42 +71,6 @@ NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00} #Disable 0x00 NXP_CORE_SCRN_OFF_AUTONOMOUS_ENABLE=0x00 -############################################################################### -# NXP RF configuration ALM/PLM settings -# This section needs to be updated with the correct values based on the platform -# NXP_RF_CONF_BLK_1={ -#} - -############################################################################### -# NXP RF configuration ALM/PLM settings -# This section needs to be updated with the correct values based on the platform -#NXP_RF_CONF_BLK_2={ -#} - -############################################################################### -# NXP RF configuration ALM/PLM settings -# This section needs to be updated with the correct values based on the platform -#NXP_RF_CONF_BLK_3={ -#} - -############################################################################### -# NXP RF configuration ALM/PLM settings -# This section needs to be updated with the correct values based on the platform -#NXP_RF_CONF_BLK_4={ -#} - -############################################################################### -# NXP RF configuration ALM/PLM settings -# This section needs to be updated with the correct values based on the platform -#NXP_RF_CONF_BLK_5={ -#} - -############################################################################### -# NXP RF configuration ALM/PLM settings -# This section needs to be updated with the correct values based on the platform -#NXP_RF_CONF_BLK_6={ -#} - ############################################################################### # Core configuration extensions # It includes -- cgit v1.2.3