summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-10-31 09:21:29 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-01 17:59:49 +0000
commit38568580a7ddb518daaad3bf974286d23c5de8bf (patch)
tree24c87cde71c6931dd0a9fa887ea4d368d0682da4
parentf78ff015a80e4be41fc70f3690d4a27996d3de38 (diff)
downloadchrome-ec-38568580a7ddb518daaad3bf974286d23c5de8bf.tar.gz
guybrush: Increase AC prochot limit to 5A
Increase AC prochot limit to 5A. Actual limit is 5120 mA because it must be a multiple of 128 mA. Without this change 100W chargers will cause prochot to be asserted. BUG=b:204440270,b:204386852,b:202754460 TEST=Boot with 90W charger, prochot not asserted BRANCH=None Change-Id: If006f631d7fdd3ba25e90a0647e2e0bf461be11a Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3254020 Reviewed-by: Diana Z <dzigterman@chromium.org>
-rw-r--r--baseboard/guybrush/baseboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/guybrush/baseboard.h b/baseboard/guybrush/baseboard.h
index f6ff7dc7d4..36c30af951 100644
--- a/baseboard/guybrush/baseboard.h
+++ b/baseboard/guybrush/baseboard.h
@@ -238,8 +238,8 @@
#define GPIO_USB1_ILIM_SEL IOEX_USB_A0_LIMIT_SDP
#define GPIO_USB2_ILIM_SEL IOEX_USB_A1_LIMIT_SDP_DB
-/* Round up 3250 max current to multiple of 128mA for ISL9241 AC prochot. */
-#define GUYBRUSH_AC_PROCHOT_CURRENT_MA 3328
+/* Round up 5000 max current to multiple of 128mA for ISL9241 AC prochot. */
+#define GUYBRUSH_AC_PROCHOT_CURRENT_MA 5120
/*
* USB ID - This is allocated specifically for Guybrush