[PATCH rtems-libbsd 2/4] rtemsbsd/arasan_sdhci: Update description

Kinsey Moore kinsey.moore at oarcorp.com
Wed Sep 28 20:59:41 UTC 2022


This driver works on both the Zynq 7000 chips as well as the Zynq
Ultrascale+ MPSoC chips and targets the Arasan SDHCI IP that exists in
both.
---
 rtemsbsd/sys/dev/sdhci/arasan_sdhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rtemsbsd/sys/dev/sdhci/arasan_sdhci.c b/rtemsbsd/sys/dev/sdhci/arasan_sdhci.c
index 9dcab3b1..43231113 100644
--- a/rtemsbsd/sys/dev/sdhci/arasan_sdhci.c
+++ b/rtemsbsd/sys/dev/sdhci/arasan_sdhci.c
@@ -304,7 +304,7 @@ fail:
 static int
 arasan_sdhci_probe(device_t dev)
 {
-	device_set_desc(dev, "Zynq-7000 SDHCI");
+	device_set_desc(dev, "Arasan SDIO");
 
 	return (0);
 }
-- 
2.30.2



More information about the devel mailing list