Page MenuHomeFreeBSD

sdhci_fsl_fdt: Fix vccq reconfiguration
ClosedPublic

Authored by hum_semihalf.com on Dec 7 2021, 12:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 12:00 AM
Unknown Object (File)
Wed, Apr 17, 11:58 PM
Unknown Object (File)
Wed, Apr 17, 10:22 PM
Unknown Object (File)
Wed, Apr 17, 10:18 PM
Unknown Object (File)
Wed, Apr 17, 6:47 PM
Unknown Object (File)
Wed, Apr 17, 6:37 PM
Unknown Object (File)
Wed, Apr 17, 6:29 PM
Unknown Object (File)
Wed, Apr 17, 6:28 PM

Details

Summary

As vqmmc-supply is an optional Device Tree property, don't skip vccq
reconfiguration when the regulator is not specified. Instead, accept
voltage specified by the voltage-ranges property.

The actual voltage switch is done through a hw register in LS1028A.
Add errata flag for other boards, as they are not supported. Return
not supported error code when switching to 1.8V on affected platforms.

Fixes: b08bf4c3 ("sdhci_fsl_fdt: Skip vccq reconfiguration without regulator")

Co-authored-by: Artur Rojek <ar@semihalf.com>

Diff Detail

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

Event Timeline

manu requested changes to this revision.Dec 8 2021, 9:27 AM
manu added inline comments.
sys/dev/sdhci/sdhci_fsl_fdt.c
524

You don't need this variable.

This revision now requires changes to proceed.Dec 8 2021, 9:27 AM
This revision is now accepted and ready to land.Dec 8 2021, 10:09 AM
This revision was automatically updated to reflect the committed changes.