mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-21 02:56:49 +00:00
Merge branch 'feature/p4_rev3_sdmmc' into 'master'
sdmmc: supported sdmmc on p4 ECO5 real chip, and UHS-I SDR104 (200MHz) Closes IDF-12222, IDF-13731, and IDF-14050 See merge request espressif/esp-idf!41563
This commit is contained in:
@@ -38,6 +38,7 @@ esp_err_t sd_pwr_ctrl_new_on_chip_ldo(const sd_pwr_ctrl_ldo_config_t *configs, s
|
||||
ESP_GOTO_ON_FALSE(ctx, ESP_ERR_NO_MEM, err, TAG, "no mem for on-chip ldo control driver context");
|
||||
|
||||
esp_ldo_channel_config_t chan_cfg = {
|
||||
.voltage_mv = 3300,
|
||||
.chan_id = configs->ldo_chan_id,
|
||||
.flags.adjustable = true, // the SDMMC power control driver will adjust the voltage later according to different speed mode
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user