From 452637ae99b2071972617c83fbfa4c1d0016a330 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 26 Sep 2022 15:57:00 -0500 Subject: 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); } -- cgit v1.2.3