summaryrefslogtreecommitdiff
path: root/board/lindar
diff options
context:
space:
mode:
authorarthur.lin <arthur.lin@lcfc.corp-partner.google.com>2021-05-21 18:43:47 +0800
committerCommit Bot <commit-bot@chromium.org>2021-05-24 17:32:19 +0000
commit0c3884d2962090d0fa00fdadd026eea26940a9c7 (patch)
tree3c96328d0a7660369a05f35a32a5b5a3f2d2bc6d /board/lindar
parent557b9dd40a8b4b85225ddaf45f34500f06bb4126 (diff)
downloadchrome-ec-0c3884d2962090d0fa00fdadd026eea26940a9c7.tar.gz
lindar: modify PD_MAX_POWER_MW to 45W.
Modify PD_MAX_POWER_MW to 45000 from 60000. BRANCH=firmware-volteer-13672.B BUG=b:188855362 TEST=make buildall -j Signed-off-by: arthur.lin <arthur.lin@lcfc.corp-partner.google.com> Change-Id: Iaa62c3f0f343d3e88f83b21bb15832e82856e3cd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2911100 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Commit-Queue: Zhuohao Lee <zhuohao@chromium.org>
Diffstat (limited to 'board/lindar')
-rw-r--r--board/lindar/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lindar/board.h b/board/lindar/board.h
index 337dfde0bf..f9f94aea99 100644
--- a/board/lindar/board.h
+++ b/board/lindar/board.h
@@ -53,7 +53,7 @@
* cables only support up to 60W.
*/
#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
+#define PD_MAX_POWER_MW 45000
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000