fix too low hp ldo dbias bug for h2

This commit is contained in:
cje 2023-05-05 17:04:18 +08:00
parent 2004bf4e11
commit 78b9f5e151

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 \