projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5830791
)
mmc: meson-gx: Add AXG compatible
author
Neil Armstrong
<narmstrong@baylibre.com>
Mon, 10 Sep 2018 14:43:46 +0000
(16:43 +0200)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:39:57 +0000
(14:39 +0100)
Add the compatible string for the upcoming Amlogic AXG SoC family.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/mmc/meson_gx_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/meson_gx_mmc.c
b/drivers/mmc/meson_gx_mmc.c
index 332f1e12a58377dfcb8a7e8b963e9643e17265c0..767dfff8055d2995aeb01b80dd773ad8fb4b8004 100644
(file)
--- 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 */ }
};