summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluluboy_Jian <luluboy_jian@asus.corp-partner.google.com>2023-02-13 00:22:36 -0500
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-13 08:00:44 +0000
commit6b0377742e9982432cacaf3ce0a3d77209a169da (patch)
tree3a1e3c8fcde95c56f62bdf9bee8cbc205271776d
parent2988a887440dd63bdd7480e125ed9928a6a94ce8 (diff)
downloadchrome-ec-6b0377742e9982432cacaf3ce0a3d77209a169da.tar.gz
zephyr: tentacruel: Increase PLATFORM_EC_I2C_NACK_RETRY_COUNT
After enable PLATFORM_EC_I2C_NACK_RETRY_COUNT configuration. It is still show charge problem: batt params, 0x0 -> 0x42 once. So follow previous kukui platform. The retry count is set to 10 times. BUG=b:238921417 BRANCH=none TEST=The error message:"charge problem: batt params" did not occur during the S3 stress test and frequent gpioget command testing. Change-Id: I1f7db82907c332b17845676d9759649a85223eb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4243820 Tested-by: Luluboy Jian <luluboy_jian@asus.corp-partner.google.com> Reviewed-by: Eric Yilun Lin <yllin@google.com> Commit-Queue: Luluboy Jian <luluboy_jian@asus.corp-partner.google.com>
-rw-r--r--zephyr/program/corsola/tentacruel/project.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/program/corsola/tentacruel/project.conf b/zephyr/program/corsola/tentacruel/project.conf
index 6b218d5d08..8229e23f9f 100644
--- a/zephyr/program/corsola/tentacruel/project.conf
+++ b/zephyr/program/corsola/tentacruel/project.conf
@@ -20,7 +20,7 @@ CONFIG_PLATFORM_EC_DYNAMIC_MOTION_SENSOR_COUNT=y
# Battery
CONFIG_PLATFORM_EC_CHARGER_PROFILE_OVERRIDE=y
-CONFIG_PLATFORM_EC_I2C_NACK_RETRY_COUNT=5
+CONFIG_PLATFORM_EC_I2C_NACK_RETRY_COUNT=10
CONFIG_PLATFORM_EC_SMBUS_PEC=y
# Remove bring up options for FW QUAL