mmc: meson-gx: Add AXG compatible
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 10 Sep 2018 14:43:46 +0000 (16:43 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:39:57 +0000 (14:39 +0100)
Add the compatible string for the upcoming Amlogic AXG SoC family.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/mmc/meson_gx_mmc.c

index 332f1e1..767dfff 100644 (file)
@@ -278,6 +278,7 @@ int meson_mmc_bind(struct udevice *dev)
 
 static const struct udevice_id meson_mmc_match[] = {
        { .compatible = "amlogic,meson-gx-mmc" },
+       { .compatible = "amlogic,meson-axg-mmc" },
        { /* sentinel */ }
 };