Merge branch 'bugfix/fix_wrong_hp_ldo_h2_to_v5.1' into 'release/v5.1'

ESP32H2: Fix too low hp ldo dbias (v5.1)

See merge request espressif/esp-idf!23598
This commit is contained in:
Michael (XIAO Xufeng)
2023-05-11 11:59:26 +08:00

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 \