Some boards do not detect pulse width reliably. Implement workaround
by writing 0 to special register. Apply errata for board by adding
flag to chosen soc specific data.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/sdhci/sdhci_fsl_fdt.c | ||
---|---|---|
5 | You need to add 2020-2021 |
Comment Actions
Is there a (public) reference for the errata? Might be worth mentioning that at least in the commit message.
sys/dev/sdhci/sdhci_fsl_fdt.c | ||
---|---|---|
753 | technically you are only clearing a bit and not setting the register to 0... |