mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
zoombini: Change PD_MAX_POWER to 60W.
BUG=None BRANCH=None TEST=Flash zoombini; Verify can pull 60W with zinger. Change-Id: I24e5777679ab9c5546c0c4261037662d440693e4 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/677876 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
3a5d032480
commit
6c995e7e88
@@ -91,7 +91,7 @@
|
||||
/* Define typical operating power and max power. */
|
||||
#define PD_MAX_VOLTAGE_MV 20000
|
||||
#define PD_MAX_CURRENT_MA 3000
|
||||
#define PD_MAX_POWER_MW 45000
|
||||
#define PD_MAX_POWER_MW 60000
|
||||
#define PD_OPERATING_POWER_MW 15000
|
||||
#define PD_VCONN_SWAP_DELAY 5000 /* us */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user