On Mon, 11 Oct 2021 09:39:30 +0200, Krzysztof Kozlowski wrote:
Convert the ST ST21NFCA NFC controller to DT schema format.
Changes during bindings conversion:
1. Add a new required "interrupts" property, because it was missing in
the old bindings by mistake.
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 <redacted>
---
.../bindings/net/nfc/st,st21nfca.yaml | 64 +++++++++++++++++++
.../devicetree/bindings/net/nfc/st21nfca.txt | 37 -----------
2 files changed, 64 insertions(+), 37 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/nfc/st,st21nfca.yaml
delete mode 100644 Documentation/devicetree/bindings/net/nfc/st21nfca.txt
Applied, thanks!