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

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


On Mon, 11 Oct 2021 09:39:29 +0200, Krzysztof Kozlowski wrote:
> Convert the NXP PN532 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>
> ---
> .../bindings/net/nfc/nxp,pn532.yaml | 65 +++++++++++++++++++
> .../devicetree/bindings/net/nfc/pn532.txt | 46 -------------
> 2 files changed, 65 insertions(+), 46 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/net/nfc/nxp,pn532.yaml
> delete mode 100644 Documentation/devicetree/bindings/net/nfc/pn532.txt
>

Applied, thanks!