Message ID | 20240808184048.63030-7-danila@jiaxyga.com |
---|---|
State | Accepted |
Commit | 05c9afb9bfa358ae8885b9d6eaa11603395e3c63 |
Headers | show |
Series | Add Nothing Phone (1) support | expand |
On Thu, 08 Aug 2024 21:40:20 +0300, Danila Tikhonov wrote: > The PN553 is another NFC chip from NXP, document the compatible in the > bindings. > > Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> > --- > Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml b/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml index 6924aff0b2c5..364b36151180 100644 --- a/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml +++ b/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml @@ -17,6 +17,7 @@ properties: - enum: - nxp,nq310 - nxp,pn547 + - nxp,pn553 - const: nxp,nxp-nci-i2c enable-gpios:
The PN553 is another NFC chip from NXP, document the compatible in the bindings. Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> --- Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml | 1 + 1 file changed, 1 insertion(+)