From 6c995e7e882e6693acb283a5042e40368c9aaf53 Mon Sep 17 00:00:00 2001 From: Aseda Aboagye Date: Thu, 21 Sep 2017 16:03:00 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/677876 Commit-Ready: Aseda Aboagye Tested-by: Aseda Aboagye Reviewed-by: Shawn N --- board/zoombini/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/zoombini/board.h b/board/zoombini/board.h index 9c3c43dc67..6e10774162 100644 --- a/board/zoombini/board.h +++ b/board/zoombini/board.h @@ -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 */