git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503fc85
)
mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible to match upstream DT
author
Hal Feng
<hal.feng@starfivetech.com>
Sun, 8 Dec 2024 09:19:33 +0000
(17:19 +0800)
committer
Leo Yu-Chi Liang
<ycliang@andestech.com>
Wed, 18 Dec 2024 05:19:15 +0000
(13:19 +0800)
Make the U-Boot JH7110 MMC driver compatible with upstream DT.
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
drivers/mmc/snps_dw_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/snps_dw_mmc.c
b/drivers/mmc/snps_dw_mmc.c
index
47ab565
..
92880e0
100644
(file)
--- a/
drivers/mmc/snps_dw_mmc.c
+++ b/
drivers/mmc/snps_dw_mmc.c
@@
-186,6
+186,7
@@
static int snps_dwmmc_bind(struct udevice *dev)
static const struct udevice_id snps_dwmmc_ids[] = {
{ .compatible = "snps,dw-mshc" },
+ { .compatible = "starfive,jh7110-mmc" },
{ }
};