diff options
| author | Tom Rini <[email protected]> | 2025-04-24 10:44:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-24 10:44:59 -0600 |
| commit | b0a300ad14323532ee88196c4dfb5658b644df82 (patch) | |
| tree | b92fb9b7e49228a7df0eebc3a5b44119c18428f7 /include | |
| parent | 29f4eb35376e6c92cdd92bc6098f47ae89e0b40e (diff) | |
| parent | 40dacdd9232edca29c3759951aa6f846d7a2c504 (diff) | |
Merge patch series "More MMC fixes"
Judith Mendez <[email protected]> says:
This patch series fixes MMC_HS_52 mode in am654_sdhci driver,
as well as HIGH_SPEED_ENA and UHS_MODE_SELECT for HS modes.
Also add TI_COMMON_CMD_OPTIONS to K3 Sitara board a53 defconfigs.
Link: https://www.ti.com/lit/er/sprz574a/sprz574a.pdf
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/sdhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sdhci.h b/include/sdhci.h index 31a49ca6a2f..2372697b743 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -518,6 +518,7 @@ void sdhci_set_uhs_timing(struct sdhci_host *host); /* Export the operations to drivers */ int sdhci_probe(struct udevice *dev); int sdhci_set_clock(struct mmc *mmc, unsigned int clock); +void sdhci_set_voltage(struct sdhci_host *host); /** * sdhci_set_control_reg - Set control registers |
