summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/collis/board.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/collis/board.h b/board/collis/board.h
index 7f510b29b4..9bee8e2409 100644
--- a/board/collis/board.h
+++ b/board/collis/board.h
@@ -68,10 +68,11 @@
/*
* SN5S30 PPC supports up to 24V VBUS source and sink, however passive USB-C
- * cables only support up to 60W.
+ * cables only support up to 60W, the limitation of 45W is for the Collis
+ * board.
*/
#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