summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorjohnwc_yeh <johnwc_yeh@compal.corp-partner.google.com>2023-01-19 11:25:17 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-01-30 02:25:55 +0000
commitc9f629f5473363d01e8afd5d4825a9b27e961ae0 (patch)
treef17476aaeda1e7c3c265ff3f2c8bd96d18e23e06 /include/config.h
parent221c98d97cbb199b4865ae7339ff80b7c8aae8fb (diff)
downloadchrome-ec-c9f629f5473363d01e8afd5d4825a9b27e961ae0.tar.gz
charger/isl9238c: Add BUCK_PHASE_VOLTAGE config
Adjusts the phase comparator threshold offset for forward buck and buck-boost. LOW_COVERAGE_REASON=No isl9238c emulator BUG=b:265862821 BRANCH=none TEST=fix charger stuck in CCM problem and S5 power consumption can meet < 0.5W criteria. Change-Id: Idc10c266e97c104f221eabc51b28c6c243ce17be Signed-off-by: johnwc_yeh <johnwc_yeh@compal.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4179434 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index a448cf0147..e563fad17c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3505,6 +3505,9 @@
*/
#undef CONFIG_ISL9238C_ENABLE_BUCK_MODE
+/* ISL9238C adjusts phase comparator threshold offset */
+#define CONFIG_ISL9238C_BUCK_PHASE_VOLTAGE 0
+
/* Support MKBP event */
#undef CONFIG_MKBP_EVENT