From 430776fc468fa87167a194d97a13d99e2e834916 Mon Sep 17 00:00:00 2001 From: hongshuqing Date: Thu, 27 Apr 2023 17:29:10 +0800 Subject: [PATCH] fix wrong hp ldo for h2 --- components/esp_hw_support/port/esp32h2/pmu_param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_hw_support/port/esp32h2/pmu_param.c b/components/esp_hw_support/port/esp32h2/pmu_param.c index dc5f58bbe4..7ddd9296ab 100644 --- a/components/esp_hw_support/port/esp32h2/pmu_param.c +++ b/components/esp_hw_support/port/esp32h2/pmu_param.c @@ -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 \