]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
nfc: nxp-nci: Add ISO15693 support
authorCarl Lee <carl.lee@amd.com>
Tue, 12 May 2026 09:55:11 +0000 (17:55 +0800)
committerDavid Heidelberg <david@ixit.cz>
Thu, 11 Jun 2026 18:21:32 +0000 (20:21 +0200)
NXP NCI controllers such as PN7150 support ISO15693 Type 5
tags, but the driver does not currently advertise this protocol.

Add NFC_PROTO_ISO15693_MASK so that ISO15693 tags can be
detected through the Linux NFC stack.

Signed-off-by: Carl Lee <carl.lee@amd.com>
Link: https://patch.msgid.link/20260512-nfc-nxp-nci-add-iso15693-support-v1-1-3394e5b9dba9@amd.com
Signed-off-by: David Heidelberg <david@ixit.cz>
drivers/nfc/nxp-nci/core.c

index 66b198663387afb1c6ed8d8af176eeb80db6dbbf..448e5a4e7338f3ca28a7e0ebd64e13b1b0ec7cb8 100644 (file)
@@ -25,6 +25,7 @@
                               NFC_PROTO_FELICA_MASK | \
                               NFC_PROTO_ISO14443_MASK | \
                               NFC_PROTO_ISO14443_B_MASK | \
+                              NFC_PROTO_ISO15693_MASK | \
                               NFC_PROTO_NFC_DEP_MASK)
 
 #define NXP_NCI_RF_PLL_UNLOCKED_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x21)