summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2022-02-11 16:12:54 -0700
committerCommit Bot <commit-bot@chromium.org>2022-02-14 14:44:21 +0000
commit49a5caf5215227362e13f379dbb1513165e33eb6 (patch)
treeee1ce8c3b70cb52ae43e3800e77e57efff46e1f0
parenta857836603e2237f6b1841308e7e115cd74f052b (diff)
downloadchrome-ec-49a5caf5215227362e13f379dbb1513165e33eb6.tar.gz
guybrush: Set min charger for power on to 65W
Guybrush cannot boot to OS reliably when charger is <65W and no battery is connected. BUG=b:202754460 BRANCH=guybrush TEST=500 reboot cycles with 65W charger and no battery Change-Id: Ie0453f85f683dc741f1d5cb0750399ee6d32da34 Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3457943 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 096f4cdbc3..f23bc7053f 100644
--- a/baseboard/guybrush/baseboard.h
+++ b/baseboard/guybrush/baseboard.h
@@ -160,11 +160,11 @@
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 20
/*
- * EC will boot AP to depthcharge if: (BAT >= 2%) || (AC >= 50W)
+ * EC will boot AP to depthcharge if: (BAT >= 2%) || (AC >= 65W)
* CONFIG_CHARGER_LIMIT_* is not set, so there is no additional restriction on
* Depthcharge to boot OS.
*/
-#define CONFIG_CHARGER_MIN_POWER_MW_FOR_POWER_ON 50000
+#define CONFIG_CHARGER_MIN_POWER_MW_FOR_POWER_ON 65000
/*
* We would prefer to use CONFIG_CHARGE_RAMP_HW to enable legacy BC1.2 charging