Add support for ACPI device probing for SDHCI controller found on Marvell chips.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/conf/files.arm64 | ||
---|---|---|
281 | Add in alphabetical order. | |
sys/dev/sdhci/sdhci_xenon_acpi.c | ||
87 | Don't mix assignments with declarations - please revisit entire file. | |
100 | Add comment, that in ACPI world the firmware is responsible for configuring the regulators. | |
103 | This will disappear after moving max_clk handling to sdhci_xenon_attach | |
104 | slot->quirks = 0; is done twice. | |
110 | This will disappear after moving max_clk handling to sdhci_xenon_attach | |
119 | No need to assign NULL values - sc fields are zeroed by default. |
Comment Actions
LGTM + tested on (with DT and ACPI) on: MacchiatoBin, CN913x-DB and CN913x-CEx7 Evaluation Board
sys/dev/sdhci/sdhci_xenon_acpi.c | ||
---|---|---|
100 | Above assignments are done in a common part, I'll remove while committing. |