Page MenuHomeFreeBSD

Enable use of the regulator in the Broadcom SDHCI controller
ClosedPublic

Authored by andrew on Jul 27 2020, 5:39 PM.
Tags
None
Referenced Files
F133158761: D25834.diff
Thu, Oct 23, 12:28 PM
F133158618: D25834.diff
Thu, Oct 23, 12:26 PM
F133155321: D25834.diff
Thu, Oct 23, 11:40 AM
Unknown Object (File)
Mon, Oct 20, 12:50 AM
Unknown Object (File)
Fri, Oct 17, 4:39 PM
Unknown Object (File)
Fri, Oct 17, 3:57 AM
Unknown Object (File)
Sun, Oct 12, 2:11 PM
Unknown Object (File)
Sun, Oct 12, 8:51 AM
Subscribers

Details

Summary

This will be needed before a future GPIO controller driver is added
as the later enaables regulators that leave the SDHCI controller
disabled.

Test Plan

Booted on Raspberry Pi 4

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32599
Build 30055: arc lint + arc unit

Event Timeline

Remove a newline that creped in

manu added inline comments.
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
176

I don't think that you need this one.

Remove an extra mmc_helper

This revision is now accepted and ready to land.Jul 27 2020, 6:30 PM
manu requested changes to this revision.Jul 27 2020, 6:32 PM

Sorry, I've missed something
You need to change the mmcbr_update_ios in the kobj to point at the new one.

This revision now requires changes to proceed.Jul 27 2020, 6:32 PM
This revision is now accepted and ready to land.Jul 28 2020, 9:26 AM