On Thu, 04 Jun 2020 09:41:25 +0800, Anson Huang wrote: > Convert the i.MX MMC binding to DT schema format using json-schema > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V1: > - add "unevaluatedProperties: false". > --- > .../devicetree/bindings/mmc/fsl-imx-mmc.txt | 23 ---------- > .../devicetree/bindings/mmc/fsl-imx-mmc.yaml | 53 ++++++++++++++++++++++ > 2 files changed, 53 insertions(+), 23 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mmc/fsl-imx-mmc.txt > create mode 100644 Documentation/devicetree/bindings/mmc/fsl-imx-mmc.yaml > Applied, thanks!