summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2020-06-18 18:05:47 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-23 10:26:01 +0000
commit9d023ddf326119aa37947d3f743473159ee85244 (patch)
treeb23e8f33a4d892a3bf4eb38bb97ef26f76a73423 /include
parentfb16c5a5a9fd4320eb54ac3463a72d2320989e75 (diff)
downloadchrome-ec-9d023ddf326119aa37947d3f743473159ee85244.tar.gz
it83xx: add option to reset PD contract in power-on reset
This CL allows to reset PD contract in power-on reset. It applies to situation of EC's VBAT won't go low when system's power isn't presented. BUG=b:154670981 BRANCH=none TEST=PD contract gets cleared when power-on reset even VBAT keeps high Change-Id: I2c8d185725542bb77fadfe6cb0497e0aace8aee2 Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2208343 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index cd09eed545..52807501a7 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2339,6 +2339,17 @@
*/
#undef CONFIG_IT83XX_FLASH_CLOCK_48MHZ
+/*
+ * Enable it if EC's VBAT won't go low when system's power isn't
+ * presented (no battery and no AC)
+ * If EC's VSTBY and VBAT(power source of BRAM) aren't connected to the same
+ * power rail and VBAT doesn't go low immediately (eg: there is a larger
+ * capacitance on the rail) after all power off: PD contract recorded in BRAM
+ * won't get cleared (But actually we have unplugged type-c adaptor, so the
+ * contract should be cleared).
+ */
+#undef CONFIG_IT83XX_RESET_PD_CONTRACT_IN_BRAM
+
/* To define it, if I2C channel C and PECI used at the same time. */
#undef CONFIG_IT83XX_SMCLK2_ON_GPC7