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>
This commit is contained in:
parent
5830791d91
commit
3e3f701059
1 changed files with 1 additions and 0 deletions
|
@ -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 */ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue