summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/hatch/baseboard.h6
-rw-r--r--board/akemi/board.h5
-rw-r--r--board/dratini/board.h6
-rw-r--r--board/hatch/board.h6
-rw-r--r--board/helios/board.h6
-rw-r--r--board/jinlon/board.h6
-rw-r--r--board/kindred/board.h6
-rw-r--r--board/kohaku/board.h5
-rw-r--r--board/stryke/board.h5
9 files changed, 6 insertions, 45 deletions
diff --git a/baseboard/hatch/baseboard.h b/baseboard/hatch/baseboard.h
index 3c3096a86d..ffe104c7bf 100644
--- a/baseboard/hatch/baseboard.h
+++ b/baseboard/hatch/baseboard.h
@@ -156,6 +156,12 @@
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 250000 /* us */
#define PD_VCONN_SWAP_DELAY 5000 /* us */
+/* TODO(b/122273953): Use correct PD power values */
+#define PD_OPERATING_POWER_MW 15000
+#define PD_MAX_POWER_MW 60000
+#define PD_MAX_CURRENT_MA 3000
+#define PD_MAX_VOLTAGE_MV 20000
+
/* I2C Bus Configuration */
#define CONFIG_I2C
#define CONFIG_I2C_MASTER
diff --git a/board/akemi/board.h b/board/akemi/board.h
index 389112da51..4dbcb1aaa7 100644
--- a/board/akemi/board.h
+++ b/board/akemi/board.h
@@ -157,11 +157,6 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
-#define PD_MAX_CURRENT_MA 3000
-#define PD_MAX_VOLTAGE_MV 20000
-
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */
diff --git a/board/dratini/board.h b/board/dratini/board.h
index 31b188aa56..89db610c63 100644
--- a/board/dratini/board.h
+++ b/board/dratini/board.h
@@ -172,12 +172,6 @@ extern const int keyboard_factory_scan_pins[][2];
extern const int keyboard_factory_scan_pins_used;
#endif
-
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
-#define PD_MAX_CURRENT_MA 3000
-#define PD_MAX_VOLTAGE_MV 20000
-
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */
diff --git a/board/hatch/board.h b/board/hatch/board.h
index dca25f6cf9..a2d0533a38 100644
--- a/board/hatch/board.h
+++ b/board/hatch/board.h
@@ -173,12 +173,6 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
-
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
-#define PD_MAX_CURRENT_MA 3000
-#define PD_MAX_VOLTAGE_MV 20000
-
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */
diff --git a/board/helios/board.h b/board/helios/board.h
index b039bdb43a..e1445394c3 100644
--- a/board/helios/board.h
+++ b/board/helios/board.h
@@ -150,12 +150,6 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
-
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
-#define PD_MAX_CURRENT_MA 3000
-#define PD_MAX_VOLTAGE_MV 20000
-
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */
diff --git a/board/jinlon/board.h b/board/jinlon/board.h
index db87e9e952..1cfb471bc3 100644
--- a/board/jinlon/board.h
+++ b/board/jinlon/board.h
@@ -171,12 +171,6 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
-
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
-#define PD_MAX_CURRENT_MA 3000
-#define PD_MAX_VOLTAGE_MV 20000
-
#ifdef CONFIG_KEYBOARD_FACTORY_TEST
extern const int keyboard_factory_scan_pins[][2];
extern const int keyboard_factory_scan_pins_used;
diff --git a/board/kindred/board.h b/board/kindred/board.h
index 93406c245f..79156ccf01 100644
--- a/board/kindred/board.h
+++ b/board/kindred/board.h
@@ -174,12 +174,6 @@ enum battery_type {
extern const int keyboard_factory_scan_pins[][2];
extern const int keyboard_factory_scan_pins_used;
-
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
-#define PD_MAX_CURRENT_MA 3000
-#define PD_MAX_VOLTAGE_MV 20000
-
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */
diff --git a/board/kohaku/board.h b/board/kohaku/board.h
index 62e32d95d4..135ad10dbe 100644
--- a/board/kohaku/board.h
+++ b/board/kohaku/board.h
@@ -189,11 +189,6 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 60000
-#define PD_MAX_CURRENT_MA 3000
-#define PD_MAX_VOLTAGE_MV 20000
-
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */
diff --git a/board/stryke/board.h b/board/stryke/board.h
index 876e19f466..e1b7ce7414 100644
--- a/board/stryke/board.h
+++ b/board/stryke/board.h
@@ -173,11 +173,6 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
-#define PD_OPERATING_POWER_MW 27000
-#define PD_MAX_POWER_MW 65000
-#define PD_MAX_CURRENT_MA 3250
-#define PD_MAX_VOLTAGE_MV 20000
-
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */