summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2018-05-15 15:53:09 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-06-06 11:59:38 -0700
commitd7c2e435c0823fb16272b7bdced3851c20108987 (patch)
tree20935451c4b821868f609286afaa26848ebdc162
parentf939638a0eabe92ae7381d6e020c6858403f92c6 (diff)
downloadchrome-ec-d7c2e435c0823fb16272b7bdced3851c20108987.tar.gz
Nami: Set PD_MAX_POWER_MW to 70W
This patch sets PD_MAX_POWER_MW to 70W. The max current is 3.5A and the max voltage is 20V. Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> BUG=b:74617335 BRANCH=none TEST=make BOARD=nami Change-Id: Iad811a08cbc72653a8618e3ed9bd9627315de6b4 Reviewed-on: https://chromium-review.googlesource.com/1060525 Commit-Ready: Daisuke Nojiri <dnojiri@chromium.org> Tested-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--board/nami/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/nami/board.h b/board/nami/board.h
index 02d88f5a9a..4c95421982 100644
--- a/board/nami/board.h
+++ b/board/nami/board.h
@@ -289,8 +289,8 @@ enum oem_id {
/* Define typical operating power and max power */
#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 45000
-#define PD_MAX_CURRENT_MA 3000
+#define PD_MAX_POWER_MW 70000
+#define PD_MAX_CURRENT_MA 3500
#define PD_MAX_VOLTAGE_MV 20000
/* Board specific handlers */