mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 23:40:05 +08:00
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:

committed by
Joel Sherrill

parent
ba1b041bd1
commit
452637ae99
@@ -304,7 +304,7 @@ fail:
|
|||||||
static int
|
static int
|
||||||
arasan_sdhci_probe(device_t dev)
|
arasan_sdhci_probe(device_t dev)
|
||||||
{
|
{
|
||||||
device_set_desc(dev, "Zynq-7000 SDHCI");
|
device_set_desc(dev, "Arasan SDIO");
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user