Message ID | 20221128173744.833018-1-luca@z3ntu.xyz |
---|---|
State | Accepted |
Commit | a933e7f05bd413bcfd5fb103ad86519526a49446 |
Headers | show |
Series | [RESEND,1/2] dt-bindings: nfc: nxp,nci: Document NQ310 compatible | expand |
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Mon, 28 Nov 2022 18:37:43 +0100 you wrote: > The NQ310 is another NFC chip from NXP, document the compatible in the > bindings. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > RESEND to fix Cc > > [...] Here is the summary with links: - [RESEND,1/2] dt-bindings: nfc: nxp,nci: Document NQ310 compatible https://git.kernel.org/netdev/net-next/c/a933e7f05bd4 You are awesome, thank you!
diff --git a/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml b/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml index b2558421268a..6924aff0b2c5 100644 --- a/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml +++ b/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml @@ -14,7 +14,9 @@ properties: oneOf: - const: nxp,nxp-nci-i2c - items: - - const: nxp,pn547 + - enum: + - nxp,nq310 + - nxp,pn547 - const: nxp,nxp-nci-i2c enable-gpios:
The NQ310 is another NFC chip from NXP, document the compatible in the bindings. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- RESEND to fix Cc Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)