[PATCH v3 2/7] mmc: cv1800b: Add SG2002 compatible string
Zhuxu Ran via U-Boot <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
The upstream SG2002 devicetree uses "sophgo,sg2002-dwcmshc" for the SDHCI controller. Add the compatible string to the existing CV1800B SDHCI driver. Signed-off-by: Zhuxu Ran <[email protected]> --- drivers/mmc/cv1800b_sdhci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/cv1800b_sdhci.c b/drivers/mmc/cv1800b_sdhci.c index b756649f90f..f8d94232170 100644 --- a/drivers/mmc/cv1800b_sdhci.c +++ b/drivers/mmc/cv1800b_sdhci.c @@ -110,6 +110,7 @@ static int cv1800b_sdhci_probe(struct udevice *dev) static const struct udevice_id cv1800b_sdhci_match[] = { { .compatible = "sophgo,cv1800b-dwcmshc" }, + { .compatible = "sophgo,sg2002-dwcmshc" }, { } }; -- 2.55.0