mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-11 04:22:14 +08:00
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:
@@ -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 */ }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user