diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-09-10 16:43:46 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2018-11-26 14:39:57 +0100 |
commit | 3e3f70105988f668d48b0a24c176ac349dad9eff (patch) | |
tree | 8d692075b60f76c9f8862cfb94d2e77db97314b9 | |
parent | 5830791d91d1200854ef78fcb32f808c8080f0f0 (diff) |
mmc: meson-gx: Add AXG compatible
Add the compatible string for the upcoming Amlogic AXG SoC family.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
-rw-r--r-- | drivers/mmc/meson_gx_mmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/meson_gx_mmc.c b/drivers/mmc/meson_gx_mmc.c index 332f1e12a5..767dfff805 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 */ } }; |