summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Zieba <robertzieba@google.com>2023-04-27 16:34:09 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-01 17:01:32 +0000
commite32c7ac678f9a55acc60a8b52345dbe73ea2c7b2 (patch)
treeffaa91503f9ce027034640003a21c46453f96be9
parentb804b9d4d8d3cd06c10c1e34e1f2a19e6463bb62 (diff)
downloadchrome-ec-e32c7ac678f9a55acc60a8b52345dbe73ea2c7b2.tar.gz
skyrim: Enable PEC
Communication errors can result in the EC seeing ridiculous battery temperatures which can trigger premature wakes. Enable PEC and remove bad battery temperature workaround. BRANCH=skyrim BUG=b:276000336 TEST=ODM successfully ran 5000 suspend cycles Change-Id: I00ee3e5856425ede9b12a6c75092059bb000082c Signed-off-by: Robert Zieba <robertzieba@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4483671 Reviewed-by: Rob Barnes <robbarnes@google.com> Reviewed-by: Diana Z <dzigterman@chromium.org>
-rw-r--r--zephyr/program/skyrim/program.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/program/skyrim/program.conf b/zephyr/program/skyrim/program.conf
index 1050e02655..0c3e82f14f 100644
--- a/zephyr/program/skyrim/program.conf
+++ b/zephyr/program/skyrim/program.conf
@@ -66,6 +66,7 @@ CONFIG_SYSCON=y
CONFIG_PLATFORM_EC_BATTERY_FUEL_GAUGE=y
CONFIG_PLATFORM_EC_BATTERY_CUT_OFF=y
CONFIG_PLATFORM_EC_BATTERY_REVIVE_DISCONNECT=y
+CONFIG_PLATFORM_EC_SMBUS_PEC=y
# Charger
CONFIG_PLATFORM_EC_CHARGER_DISCHARGE_ON_AC=y