dt-bindings: nfc: st,nci: convert to dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 11 Oct 2021 07:39:32 +0000 (09:39 +0200)
committerRob Herring <robh@kernel.org>
Mon, 18 Oct 2021 20:17:01 +0000 (15:17 -0500)
commit19951f4ced267f9fa37df941640da928524b044b
treebe6c440c1886ffe7254b18245817cf8ce5e50de9
parentd45c6e7a07c51c8ae2ad0d89d6bffa0bf392b4a3
dt-bindings: nfc: st,nci: convert to dtschema

Convert the ST NCI (ST21NFCB) NFC controller to DT schema format.

Changes during bindings conversion:
1. Add a new required "reg" property for SPI binding, because SPI child
   devices use it as chip-select.
2. Drop the "clock-frequency" property during conversion because it is a
   property of I2C bus controller, not I2C slave device.  It was also
   never used by the driver.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20211011073934.34340-7-krzysztof.kozlowski@canonical.com
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/net/nfc/st,st-nci.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/net/nfc/st-nci-i2c.txt [deleted file]
Documentation/devicetree/bindings/net/nfc/st-nci-spi.txt [deleted file]