summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/gimble/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/gimble/board.h b/board/gimble/board.h
index e2cb504429..05f3df026a 100644
--- a/board/gimble/board.h
+++ b/board/gimble/board.h
@@ -123,10 +123,10 @@
#define I2C_PORT_USB_C1_TCPC NPCX_I2C_PORT4_1
#define I2C_PORT_USB_C0_PPC NPCX_I2C_PORT2_0
-#define I2C_PORT_USB_C1_PPC NPCX_I2C_PORT6_1
+#define I2C_PORT_USB_C1_PPC NPCX_I2C_PORT4_1
#define I2C_PORT_USB_C0_BC12 NPCX_I2C_PORT2_0
-#define I2C_PORT_USB_C1_BC12 NPCX_I2C_PORT6_1
+#define I2C_PORT_USB_C1_BC12 NPCX_I2C_PORT4_1
#define I2C_PORT_BATTERY NPCX_I2C_PORT5_0
#define I2C_PORT_CHARGER NPCX_I2C_PORT7_0