On Fri, 10 Jul 2020 15:51:23 +0900, Yoshihiro Shimoda wrote: > Convert Renesas SDHI SD/MMC controller document to YAML. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > Almost all node names in Renesas dtsi files have "sd@" name, but these should > be "mmc@". So converting the node names by using the following commands > is easy to check this patch :) > sed -i "s/sd@/mmc@/" arch/arm/boot/dts/* > sed -i "s/sd@/mmc@/" arch/arm64/boot/dts/renesas/* > > r8a77470-iwg23s-sbc.dts doesn't seem to follow the document though... > > .../devicetree/bindings/mmc/renesas,sdhi.txt | 114 ------------ > .../devicetree/bindings/mmc/renesas,sdhi.yaml | 191 +++++++++++++++++++++ > 2 files changed, 191 insertions(+), 114 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mmc/renesas,sdhi.txt > create mode 100644 Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>