summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2023-03-10 23:06:24 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-14 02:41:42 +0000
commitc01fe9e91ad1f386cb523182429d405b2f666cb4 (patch)
treed5b4adf83b62384dc246761a46ec90081b0faad7
parentbd278b323b5b837e91aecb0e33476a0399fa7b84 (diff)
downloadchrome-ec-c01fe9e91ad1f386cb523182429d405b2f666cb4.tar.gz
rex: Disable VBUS reverse current alerts
Rex detects a false VBUS reverse current event on the SM5360A PPC (ps8815 daughterboard). BRANCH=none BUG=b:272914961 TEST=cable matter hub now powers up on C1 (still doesn't enumerate, but that's a different issue) Change-Id: I4ec478312c21178f7836ada8af5e8e031776aa1b Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4331572 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Reviewed-by: Madhu 🌱 <mparuchuri@google.com>
-rw-r--r--zephyr/program/rex/rex/project.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/program/rex/rex/project.conf b/zephyr/program/rex/rex/project.conf
index d81aa30d5e..a22555ad4f 100644
--- a/zephyr/program/rex/rex/project.conf
+++ b/zephyr/program/rex/rex/project.conf
@@ -7,3 +7,7 @@ CONFIG_BOARD_REX=y
# Ensure recovery key combination (esc+refresh+power) is reliable: b/260555509
CONFIG_PLATFORM_EC_KEYBOARD_PWRBTN_ASSERTS_KSI2=y
+
+# Some boards detect a false VBUS reverse current event
+# First investigated on taniks (b/237468526)
+CONFIG_PLATFORM_EC_USBC_NX20P348X_RCP_5VSRC_MASK_ENABLE=y