Blob Blame History Raw
From fdd19067c4d17a22567459a4db196a7e4adb22ea Mon Sep 17 00:00:00 2001
From: Oliver Neukum <oneukum@suse.com>
Date: Tue, 11 May 2021 18:25:24 +0200
Subject: [PATCH] nxp-nci: add NXP1002 id
Patch-mainline: Submitted (https://lore.kernel.org/linux-nfc/20210512135451.32375-1-oneukum@suse.com/T/#u)
References: bsc#1185589


The driver also works with those new devices.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
---
 drivers/nfc/nxp-nci/i2c.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/nfc/nxp-nci/i2c.c
+++ b/drivers/nfc/nxp-nci/i2c.c
@@ -376,6 +376,7 @@ MODULE_DEVICE_TABLE(of, of_nxp_nci_i2c_m
 #ifdef CONFIG_ACPI
 static struct acpi_device_id acpi_id[] = {
 	{ "NXP1001" },
+	{ "NXP1002" },
 	{ "NXP7471" },
 	{ },
 };