diff options
-rw-r--r-- | board/servo_v4p1/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/servo_v4p1/board.h b/board/servo_v4p1/board.h index 77750a31c8..3d20203edb 100644 --- a/board/servo_v4p1/board.h +++ b/board/servo_v4p1/board.h @@ -209,8 +209,8 @@ /* Define typical operating power and max power */ #define PD_OPERATING_POWER_MW 15000 -#define PD_MAX_POWER_MW 60000 -#define PD_MAX_CURRENT_MA 3000 +#define PD_MAX_POWER_MW 100000 +#define PD_MAX_CURRENT_MA 5000 #define PD_MAX_VOLTAGE_MV 20000 #else #undef CONFIG_USB_POWER_DELIVERY |