summaryrefslogtreecommitdiff
path: root/board/delbin/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/delbin/board.h')
-rw-r--r--board/delbin/board.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/delbin/board.h b/board/delbin/board.h
index 91f69a2bae..27cff2dde5 100644
--- a/board/delbin/board.h
+++ b/board/delbin/board.h
@@ -69,10 +69,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 delbin
+ * 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