Merge branch 'fix/fix_init_stuck_under_flash_qio_xip_psram_condition' into 'master'

mspi: fix init stuck when flash qio and xip_psram condition

Closes IDFGH-14180

See merge request espressif/esp-idf!35533
This commit is contained in:
Armando (Dou Yiwen) 2024-12-10 18:46:16 +08:00
commit 1ddf0052ce

View File

@ -167,7 +167,7 @@ void mspi_timing_flash_config_set_tuning_regs(bool control_both_mspi)
//Won't touch SPI1 registers
}
#if CONFIG_ESPTOOLPY_FLASHMODE_QIO
#if MSPI_TIMING_FLASH_NEEDS_TUNING && CONFIG_ESPTOOLPY_FLASHMODE_QIO
mspi_timing_ll_set_flash_user_dummy(MSPI_TIMING_LL_MSPI_ID_0, 7);
#endif