On Mon, 05 Sep 2022 15:53:43 +0300, Sergei Antonov wrote: > Driver moxart-mmc.c has .compatible = "moxa,moxart-mmc". > > But moxart .dts/.dtsi and the documentation file moxa,moxart-dma.txt > contain compatible = "moxa,moxart-sdhci". > > Change moxart .dts/.dtsi files and moxa,moxart-dma.txt to match the driver. > > Replace 'sdhci' with 'mmc' in names too, since SDHCI is a different > controller from FTSDC010. > > Signed-off-by: Sergei Antonov <saproj@xxxxxxxxx> > Suggested-by: Arnd Bergmann <arnd@xxxxxxxx> > Cc: Jonas Jensen <jonas.jensen@xxxxxxxxx> > --- > v1 -> v2: > Per Arnd Bergmann's suggestion, replaced sdhci with mmc in names too. > > Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt | 4 ++-- > arch/arm/boot/dts/moxart-uc7112lx.dts | 2 +- > arch/arm/boot/dts/moxart.dtsi | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>