diff options
author | Tom Rini <trini@konsulko.com> | 2018-09-11 08:50:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-11 08:50:10 -0400 |
commit | d1e15041abf3ccd38169ae7aa8736f78200f8ee3 (patch) | |
tree | 460ad7dfaa95c4e14cf44f29e70ff48e1528fbc5 /drivers/mmc | |
parent | 89aa19d0926b02f5d30460bbdba394819e891561 (diff) | |
parent | e39eed8f476b6f8861318fc122b546158edce259 (diff) | |
download | u-boot-d1e15041abf3ccd38169ae7aa8736f78200f8ee3.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/uniphier-sd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c index ad5dbb3433..813c28494c 100644 --- a/drivers/mmc/uniphier-sd.c +++ b/drivers/mmc/uniphier-sd.c @@ -25,7 +25,9 @@ static const struct dm_mmc_ops uniphier_sd_ops = { }; static const struct udevice_id uniphier_sd_match[] = { - { .compatible = "socionext,uniphier-sdhc", .data = 0 }, + { .compatible = "socionext,uniphier-sd-v2.91" }, + { .compatible = "socionext,uniphier-sd-v3.1" }, + { .compatible = "socionext,uniphier-sd-v3.1.1" }, { /* sentinel */ } }; |