summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Mittelberg <bmbm@google.com>2021-05-19 23:21:01 +0000
committerCommit Bot <commit-bot@chromium.org>2021-05-20 20:11:59 +0000
commitcf150f8ed8df21a63f9a3e8d329e79192fd34a50 (patch)
tree42abee267f749cc3b4fb339eeca4532684cf94cc
parentc53a15ef71b1a69ef0feb82479f49882a6894b1a (diff)
downloadchrome-ec-cf150f8ed8df21a63f9a3e8d329e79192fd34a50.tar.gz
brya: signal MKBP via host events instead of GPIO
Sensor MKBP events are preventing Brya from entering S0ix. The main change from other platforms is that on Brya MKBP events and EC interrupts are using the same pin EC_PCH_INT_ODL (which wakes up the system). BRANCH=none BUG=b:186098519 TEST=`suspend_stress_test -c 10`, also checked that lid_open still wakes the system Signed-off-by: Boris Mittelberg <bmbm@google.com> Change-Id: I5f2ec060429c1fe5d6794e87e349707a47207ccf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2907912 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: caveh jalali <caveh@chromium.org> Commit-Queue: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r--baseboard/brya/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/brya/baseboard.h b/baseboard/brya/baseboard.h
index 62553d2c88..15b2e8b149 100644
--- a/baseboard/brya/baseboard.h
+++ b/baseboard/brya/baseboard.h
@@ -52,7 +52,7 @@
#define CONFIG_GMR_TABLET_MODE
#define CONFIG_MKBP_EVENT
-#define CONFIG_MKBP_USE_GPIO
+#define CONFIG_MKBP_USE_HOST_EVENT
/* LED */
#define CONFIG_LED_COMMON