[linux-nfc] Re: [PATCH] nxp-nci: add NXP1002 id
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.01.lists.linux-nfc,dev.linux.lists.oe-linux-nfc,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 12/05/2021 09:54, Oliver Neukum wrote: > The driver also works with those new devices. > > Signed-off-by: Oliver Neukum <[email protected]> > --- > drivers/nfc/nxp-nci/i2c.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/nfc/nxp-nci/i2c.c b/drivers/nfc/nxp-nci/i2c.c > index 7e451c10985d..94f7f6d9cbad 100644 > --- a/drivers/nfc/nxp-nci/i2c.c > +++ b/drivers/nfc/nxp-nci/i2c.c > @@ -332,6 +332,7 @@ MODULE_DEVICE_TABLE(of, of_nxp_nci_i2c_match); > #ifdef CONFIG_ACPI > static const struct acpi_device_id acpi_id[] = { > { "NXP1001" }, > + { "NXP1002" }, > { "NXP7471" }, > { } > }; > Acked-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof