Page MenuHomeFreeBSD

mmc: Fix HS200/HS400 capability check
ClosedPublic

Authored by kd on Nov 26 2021, 2:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 25, 11:19 AM
Unknown Object (File)
Oct 9 2024, 1:06 AM
Unknown Object (File)
Oct 9 2024, 1:06 AM
Unknown Object (File)
Oct 9 2024, 12:33 AM
Unknown Object (File)
Oct 7 2024, 3:23 AM
Unknown Object (File)
Oct 4 2024, 4:49 AM
Unknown Object (File)
Oct 4 2024, 4:31 AM
Unknown Object (File)
Oct 4 2024, 1:40 AM
Subscribers

Details

Summary

HS200 and HS400 speeds can be enabled either with 1.2, or 1.8V signaling voltage.
Because of that we have four cabability flags: MMC_CAP_MMC_HS200_120, MMC_CAP_MMC_HS200_180, MMC_CAP_MMC_HS400_120, MMC_CAP_MMC_HS400_180.
MMC logic only enables HS200/HS400 mode if both flags are set for the corresponding speed.
Fix that by being more permissive in host timing cap check.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable