summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlemonli <lining@huaqin.com>2015-07-25 18:38:42 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-07-30 18:00:37 +0000
commitcd98f40ea90752551f28b44366102260976d4af6 (patch)
tree301792e127657cb410195e991e1f22f22af9ac6e
parent3243837c4cc6074f2401bfd635817a8491dda631 (diff)
downloadchrome-ec-cd98f40ea90752551f28b44366102260976d4af6.tar.gz
Heli:modify charge current limited setting for therm function.
1.charge current can't over 2.8A 2.reason:to reduce the dut casing temperature. BRANCH=heli BUG=chrome-os-partner:43294 TEST=verify by power&therm engineers. Signed-off-by: lemonli <lining@huaqin.com> Change-Id: Id4ff948eeb7923ee30338683f4b439aafaa0b968 Reviewed-on: https://chromium-review.googlesource.com/288411 Commit-Queue: LEMON LI <lining@huaqin.com> Tested-by: LEMON LI <lining@huaqin.com> Reviewed-by: Mohammed Habibulla <moch@google.com>
-rw-r--r--board/heli/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/heli/board.h b/board/heli/board.h
index cd49aa6a2a..88de5a247b 100644
--- a/board/heli/board.h
+++ b/board/heli/board.h
@@ -16,6 +16,7 @@
#define CONFIG_CHARGER
#define CONFIG_CHARGER_BQ24715
#define CONFIG_CHARGER_DISCHARGE_ON_AC
+#define CONFIG_CHARGER_CURRENT_LIMIT 2800 /* charge current can't over 2.8A*/
#define CONFIG_CHARGER_INPUT_CURRENT 1894 /* 90% of 40 W adapter @ 19 V */
#define CONFIG_CHARGER_SENSE_RESISTOR 10 /* Charge sense resistor, mOhm */
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 10 /* Input senso resistor, mOhm */