Merge branch 'bugfix/fix_wrong_hp_ldo_h2' into 'master'

ESP32H2: Fix wrong hp ldo

See merge request espressif/esp-idf!23501
This commit is contained in:
Michael (XIAO Xufeng) 2023-05-05 14:39:54 +08:00
commit 120d848ef8

View File

@ -212,7 +212,7 @@ const pmu_hp_system_digital_param_t * pmu_hp_system_digital_param_default(pmu_hp
.xpd = 1, \
.slp_mem_dbias = 0x5, \
.slp_logic_dbias = 0xc, \
.dbias = 0xc \
.dbias = 0xf \
}, \
.regulator1 = { \
.drv_b = 0x1a \