diff options
author | Arian <arian.kulmer@web.de> | 2019-09-27 16:37:45 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:13 +0200 |
commit | 37843e642ae71b082ca35778a42179250d010d6e (patch) | |
tree | 857d9d0b417c8556ca7a0e3f5554ba497bdc0ba0 /pn54x | |
parent | 18d0e10d882285f2a2b51646d414309b16c696e0 (diff) |
shinano-common: pn54x: Apply sony changes to libnfc-nxp.conf
Change-Id: I18ca325c809a5567af51e6201f8bbd0136a581bb
Diffstat (limited to 'pn54x')
-rw-r--r-- | pn54x/libnfc-nxp-PN547C2_example.conf | 59 |
1 files changed, 10 insertions, 49 deletions
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 @@ -75,42 +72,6 @@ NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00} 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 # Wired mode settings A0ED, A0EE |