aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Neukum <[email protected]>2023-08-29 10:47:17 +0200
committerJakub Kicinski <[email protected]>2023-08-30 18:32:24 -0700
commit8b72d2a1c6cc148320a93d029eb3a7e721f951f6 (patch)
treea3b3d3006be389532be313b536c7b9a36db0a10c
parentb5947239bfa666afd05ce0fc02b9c41ec8209e88 (diff)
NFC: nxp: add NXP1002
It is backwards compatible Signed-off-by: Oliver Neukum <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r--drivers/nfc/nxp-nci/i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/nxp-nci/i2c.c b/drivers/nfc/nxp-nci/i2c.c
index dca25a0c2f33..3ae4b41c59ac 100644
--- a/drivers/nfc/nxp-nci/i2c.c
+++ b/drivers/nfc/nxp-nci/i2c.c
@@ -336,6 +336,7 @@ MODULE_DEVICE_TABLE(of, of_nxp_nci_i2c_match);
#ifdef CONFIG_ACPI
static const struct acpi_device_id acpi_id[] = {
{ "NXP1001" },
+ { "NXP1002" },
{ "NXP7471" },
{ }
};