summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@chromium.org>2019-02-13 17:20:19 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-02-19 22:15:38 -0800
commiteed81a74e4d4c9e8616686e85281bd3e05a77ce8 (patch)
tree0e8351091196e634404a4ac795627d8dd4553e77
parentebcfc5d45b349e0b5e6705e9813e4d7240264f49 (diff)
downloadchrome-ec-eed81a74e4d4c9e8616686e85281bd3e05a77ce8.tar.gz
hatch: Enable CONFIG_CPU_PROCHOT_ACTIVE_LOW
EC_PROCHOT_ODL is active low. BUG=b:123931545 BRANCH=none TEST=boot the board and verify EC doesn't pull EC_PROCHOT_ODL low Change-Id: Ida070a106e29aaf830dc38f76bb4f046c6d1fb49 Signed-off-by: Philip Chen <philipchen@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1471283 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
-rw-r--r--baseboard/hatch/baseboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/hatch/baseboard.h b/baseboard/hatch/baseboard.h
index 9095973e1e..e57b9a24e4 100644
--- a/baseboard/hatch/baseboard.h
+++ b/baseboard/hatch/baseboard.h
@@ -32,6 +32,7 @@
#define CONFIG_CHIPSET_COMETLAKE
#define CONFIG_CHIPSET_HAS_PRE_INIT_CALLBACK
#define CONFIG_CHIPSET_RESET_HOOK
+#define CONFIG_CPU_PROCHOT_ACTIVE_LOW
#define CONFIG_EXTPOWER_GPIO
#define CONFIG_POWER_BUTTON
#define CONFIG_POWER_BUTTON_X86