summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2022-09-26 15:57:00 -0500
committerJoel Sherrill <joel@rtems.org>2022-10-21 15:10:43 -0500
commit452637ae99b2071972617c83fbfa4c1d0016a330 (patch)
tree0051802b223ccb22a52a134034497cd68fd0adde
parentrtemsbsd/arasan_sdhci: Stop masking capabilities (diff)
downloadrtems-libbsd-452637ae99b2071972617c83fbfa4c1d0016a330.tar.bz2
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.
-rw-r--r--rtemsbsd/sys/dev/sdhci/arasan_sdhci.c2
1 files changed, 1 insertions, 1 deletions
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);
}