Re: [PATCH V2 3/3] dt-bindings: mmc: Convert mxs mmc to json-schema

From: Rob Herring
Date: Mon Jun 15 2020 - 12:41:47 EST


On Thu, 04 Jun 2020 09:41:26 +0800, Anson Huang wrote:
> Convert the MXS MMC binding to DT schema format using json-schema
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> ---
> Changes since V1:
> - add "unevaluatedProperties: false".
> ---
> Documentation/devicetree/bindings/mmc/mxs-mmc.txt | 27 ----------
> Documentation/devicetree/bindings/mmc/mxs-mmc.yaml | 58 ++++++++++++++++++++++
> 2 files changed, 58 insertions(+), 27 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/mmc/mxs-mmc.txt
> create mode 100644 Documentation/devicetree/bindings/mmc/mxs-mmc.yaml
>

Applied, thanks!