On Mon, Sep 5, 2022, at 2:53 PM, 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> Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx> > v1 -> v2: > Per Arnd Bergmann's suggestion, replaced sdhci with mmc in names too. Looks good to me now. Let's wait for more comments, or possibly for Jonas to pick it up into his tree. If everyone is fine with this version, can you send it to soc@xxxxxxxxxx so I can pick it up into the soc tree? Arnd