Message ID | 20221119153903.770853-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/2] dt-bindings: nfc: nxp,nci: Document NQ310 compatible | expand |
On 19/11/2022 16:39, Luca Weiss wrote: > The NQ310 is another NFC chip from NXP, document the compatible in the > bindings. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)' Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Best regards, Krzysztof
Hi Krzysztof, On Mittwoch, 23. November 2022 17:00:08 CET Krzysztof Kozlowski wrote: > On 19/11/2022 16:39, Luca Weiss wrote: > > The NQ310 is another NFC chip from NXP, document the compatible in the > > bindings. > > > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > > --- > > > > Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-)' > > Please use scripts/get_maintainers.pl to get a list of necessary people > and lists to CC. It might happen, that command when run on an older > kernel, gives you outdated entries. Therefore please be sure you base > your patches on recent Linux kernel. I seemed to have messed up my send-email invocation. Will resend with proper CC soon. Thanks for letting me know! > > Best regards, > Krzysztof
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> --- Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)