forked from espressif/esp-idf
Merge branch 'fix/fix_wrong_mpll_freq' into 'master'
psram: fix wrong mpll freq See merge request espressif/esp-idf!37976
This commit is contained in:
@@ -54,9 +54,7 @@
|
||||
#define AP_HEX_PSRAM_CS_ECC_HOLD_TIME 4
|
||||
#define AP_HEX_PSRAM_CS_HOLD_DELAY 3
|
||||
|
||||
#if CONFIG_SPIRAM_SPEED_200M
|
||||
#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 500
|
||||
#elif CONFIG_SPIRAM_SPEED_80M
|
||||
#if CONFIG_SPIRAM_SPEED_80M
|
||||
#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 320
|
||||
#else
|
||||
#define AP_HEX_PSRAM_MPLL_DEFAULT_FREQ_MHZ 400
|
||||
|
Reference in New Issue
Block a user