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.
This commit is contained in:
Kinsey Moore 2022-09-26 15:57:00 -05:00 committed by Joel Sherrill
parent ba1b041bd1
commit 452637ae99

View File

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