From: Neil Armstrong Date: Mon, 10 Sep 2018 14:43:46 +0000 (+0200) Subject: mmc: meson-gx: Add AXG compatible X-Git-Tag: v2019.01-rc1~20^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e3f70105988f668d48b0a24c176ac349dad9eff;p=platform%2Fkernel%2Fu-boot.git mmc: meson-gx: Add AXG compatible Add the compatible string for the upcoming Amlogic AXG SoC family. Signed-off-by: Neil Armstrong --- diff --git a/drivers/mmc/meson_gx_mmc.c b/drivers/mmc/meson_gx_mmc.c index 332f1e1..767dfff 100644 --- a/drivers/mmc/meson_gx_mmc.c +++ b/drivers/mmc/meson_gx_mmc.c @@ -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 */ } };