[rtems-libbsd commit] rtemsbsd/arasan_sdhci: Update description

Joel Sherrill joel at rtems.org
Fri Oct 21 19:59:13 UTC 2022


Module:    rtems-libbsd
Branch:    6-freebsd-12
Commit:    452637ae99b2071972617c83fbfa4c1d0016a330
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=452637ae99b2071972617c83fbfa4c1d0016a330

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Mon Sep 26 15:57:00 2022 -0500

rtemsbsd/arasan_sdhci: Update description

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);
 }



More information about the vc mailing list