summaryrefslogtreecommitdiff
path: root/baseboard/trogdor
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2020-09-17 15:14:18 -0700
committerCommit Bot <commit-bot@chromium.org>2020-09-21 21:49:06 +0000
commit3e5d154aaa0c8e71953e1227ffd760f61efe8135 (patch)
treea532672aad7fbdf80e2f42fd8630752c525a1937 /baseboard/trogdor
parent7b14150c0425080644bd96df846a4eb5c3159e01 (diff)
downloadchrome-ec-3e5d154aaa0c8e71953e1227ffd760f61efe8135.tar.gz
Trogdor: Update the min operating power data
To reflect the number we measured, set the min operating power to 10W. BRANCH=None BUG=b:152647632 TEST=Using Pompom without battery, * checked AP auto-boot when plugged a PD charger (>10W); * checked AP not auto-boot when plugged a SuzyQ (7.5W). Change-Id: I5f4c2a4befb5f231d8f62acf15e103c155c4b956 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417003 Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Diffstat (limited to 'baseboard/trogdor')
-rw-r--r--baseboard/trogdor/baseboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/trogdor/baseboard.h b/baseboard/trogdor/baseboard.h
index 6cc669f8fc..510b1a821b 100644
--- a/baseboard/trogdor/baseboard.h
+++ b/baseboard/trogdor/baseboard.h
@@ -76,7 +76,7 @@
#define CONFIG_CHARGER_INPUT_CURRENT 512
#define CONFIG_CHARGER_MIN_BAT_PCT_FOR_POWER_ON 2
-#define CONFIG_CHARGER_MIN_POWER_MW_FOR_POWER_ON 7500
+#define CONFIG_CHARGER_MIN_POWER_MW_FOR_POWER_ON 10000
#define CONFIG_CHARGER_SENSE_RESISTOR 10
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 20
@@ -131,7 +131,7 @@
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 250000 /* us */
#define PD_VCONN_SWAP_DELAY 5000 /* us */
-#define PD_OPERATING_POWER_MW 15000
+#define PD_OPERATING_POWER_MW 10000
#define PD_MAX_POWER_MW ((PD_MAX_VOLTAGE_MV * PD_MAX_CURRENT_MA) / 1000)
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000