mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-04 14:34:09 +08:00
rtemsbsd/arasan_sdhci: Improve board/eMMC compat
This improves the compatibility of this driver across board and memory variants by avoiding use of the HISPD mode.
This commit is contained in:
parent
cf8fa08015
commit
f462c4de5f
@ -279,6 +279,13 @@ arasan_sdhci_attach(device_t dev)
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* There are some combinations of board routing and eMMC memory that are
|
||||||
|
* not compatible with the HISPD mode. This disables HISPD mode for
|
||||||
|
* compatibility.
|
||||||
|
*/
|
||||||
|
sc->slot.quirks |= SDHCI_QUIRK_DONT_SET_HISPD_BIT;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* DMA is not really broken, it just isn't implemented yet.
|
* DMA is not really broken, it just isn't implemented yet.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user