summaryrefslogtreecommitdiff
path: root/board/fizz/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/fizz/board.h')
-rw-r--r--board/fizz/board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/fizz/board.h b/board/fizz/board.h
index c82d333ccb..db037357e3 100644
--- a/board/fizz/board.h
+++ b/board/fizz/board.h
@@ -222,7 +222,8 @@ enum pwm_channel {
/* Define typical operating power and max power */
#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 45000
+#define PD_MAX_POWER_MW 60000
+/* We can't go above the cable capacity until we add e-marked cable detection */
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000