ARM: dts: meson: add the SDHC MMC controller
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 20 Jun 2020 16:36:52 +0000 (18:36 +0200)
committerKevin Hilman <khilman@baylibre.com>
Mon, 13 Jul 2020 18:58:15 +0000 (11:58 -0700)
commit73106f75bf9498ff5d50f1052ad3cf03730d806d
tree3a7a7a0dfc78fafa3846b712703d72d4ebb8ee36
parent9960cacbaeb1ccc1b2d9840cadb18844d48a337b
ARM: dts: meson: add the SDHC MMC controller

Meson6, Meson8, Meson8b and Meson8m2 are using a similar SDHC controller
IP which typically connects to an eMMC chip (because unlike the SDIO
controller the SDHC controller has an 8-bit bus interface).

On Meson8, Meson8b and Meson8m2 the clock inputs are all the same.
However, Meson8m2 seems to have an improved version of the SHDC
controller IP which doesn't require the driver to wait manually for a
flush of a DMA transfer. Thus every SoC has it's own compatible string
so if more difference are discovered they can be implemented.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200620163654.37207-2-martin.blumenstingl@googlemail.com
arch/arm/boot/dts/meson.dtsi
arch/arm/boot/dts/meson8.dtsi
arch/arm/boot/dts/meson8b.dtsi
arch/arm/boot/dts/meson8m2.dtsi