Re: [PATCH v2 1/8] dt-bindings: nfc: nxp,nci: convert to dtschema

From: Rob Herring
Date: Mon Oct 18 2021 - 16:16:14 EST


On Mon, 11 Oct 2021 09:39:27 +0200, Krzysztof Kozlowski wrote:
> Convert the NXP NCI NFC controller to DT schema format.
>
> 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@xxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/net/nfc/nxp,nci.yaml | 57 +++++++++++++++++++
> .../devicetree/bindings/net/nfc/nxp-nci.txt | 33 -----------
> MAINTAINERS | 1 +
> 3 files changed, 58 insertions(+), 33 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml
> delete mode 100644 Documentation/devicetree/bindings/net/nfc/nxp-nci.txt
>

Applied, thanks!