Page MenuHomeFreeBSD

sdhci_fsl_fdt: Add full support for software reset
ClosedPublic

Authored by ar_semihalf.com on Oct 28 2021, 1:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 7 2024, 9:22 AM
Unknown Object (File)
Jan 16 2024, 11:49 AM
Unknown Object (File)
Dec 23 2023, 7:49 AM
Unknown Object (File)
Dec 21 2023, 10:40 PM
Unknown Object (File)
Dec 13 2023, 6:12 AM
Unknown Object (File)
Nov 26 2023, 5:49 AM
Unknown Object (File)
Oct 7 2023, 3:31 AM
Unknown Object (File)
Sep 6 2023, 9:56 PM
Subscribers

Details

Summary

When performing software reset, this controller does not clear all the
required hw registers. In particular, tuning block is left in enabled
state, inhibiting operation of some eMMC cards. The existing solution
was to disable the ability to call SDHCI_RESET_ALL.

As this issue is now better understood, enable the SDHCI_RESET_ALL flag,
provide a custom reset devmethod and clear selected registers by hand.

Submitted by: Artur Rojek <ar@semihalf.com>
Obtained from: Semihalf
Sponsored by: Alstom Group

Diff Detail

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