summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/glados/board.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/board/glados/board.h b/board/glados/board.h
index 28b4874520..6561a97793 100644
--- a/board/glados/board.h
+++ b/board/glados/board.h
@@ -99,10 +99,9 @@
/* I2C ports */
#define I2C_PORT_PMIC MEC1322_I2C0_0
-/* TODO(shawnn): Verify that the charge detectors aren't swapped */
-#define I2C_PORT_USB_CHARGER_1 MEC1322_I2C0_0
+#define I2C_PORT_USB_CHARGER_1 MEC1322_I2C0_1
#define I2C_PORT_USB_MUX MEC1322_I2C0_1
-#define I2C_PORT_USB_CHARGER_2 MEC1322_I2C0_1
+#define I2C_PORT_USB_CHARGER_2 MEC1322_I2C0_0
#define I2C_PORT_PD_MCU MEC1322_I2C1
#define I2C_PORT_TCPC MEC1322_I2C1
#define I2C_PORT_ALS MEC1322_I2C2