Merge branch 'master' of git://git.denx.de/u-boot-spi
[platform/kernel/u-boot.git] / 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 */ }
 };