On Wed, 01 Jul 2020 10:33:46 +0800, Wan Ahmad Zainie wrote: > Convert arasan,sdhci.txt file to yaml. The new file arasan,sdhci.yaml > will inherit properties from mmc-controller.yaml. 'sdhci' is no longer > a valid name for node and should be changed to 'mmc'. > > Suggested-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > Signed-off-by: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@xxxxxxxxx> > --- > .../devicetree/bindings/mmc/arasan,sdhci.txt | 192 ----------- > .../devicetree/bindings/mmc/arasan,sdhci.yaml | 299 ++++++++++++++++++ > 2 files changed, 299 insertions(+), 192 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > create mode 100644 Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>