On Fri, 13 Nov 2020 at 06:09, Bongsu Jeon <bongsu.jeon@xxxxxxxxxxx> wrote: > > > Add the device tree bindings for Samsung S3FWRN82 NFC controller. > S3FWRN82 is using NCI protocol and I2C communication interface. > > Signed-off-by: Bongsu Jeon <bongsu.jeon@xxxxxxxxxxx> > --- > .../devicetree/bindings/net/nfc/s3fwrn82.txt | 30 +++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/nfc/s3fwrn82.txt > > diff --git a/Documentation/devicetree/bindings/net/nfc/s3fwrn82.txt b/Documentation/devicetree/bindings/net/nfc/s3fwrn82.txt > new file mode 100644 > index 000000000000..03ed880e1c7f > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/nfc/s3fwrn82.txt > @@ -0,0 +1,30 @@ > +* Samsung S3FWRN82 NCI NFC Controller > + > +Required properties: > +- compatible: Should be "samsung,s3fwrn82-i2c". > +- reg: address on the bus > +- interrupts: GPIO interrupt to which the chip is connected > +- en-gpios: Output GPIO pin used for enabling/disabling the chip > +- wake-gpios: Output GPIO pin used to enter firmware mode and > + sleep/wakeup control > + The bindings should be the first file in the series. However it does not really matter as this patch should be part of the existing s3fwrn5 driver. When submitting bindings, please use the title to match the bindings and use YAML format. Best regards, Krzysztof