summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/hatch/board.c2
-rw-r--r--board/helios/board.c2
-rw-r--r--board/kindred/board.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/board/hatch/board.c b/board/hatch/board.c
index 2d7da1a1cf..871377043f 100644
--- a/board/hatch/board.c
+++ b/board/hatch/board.c
@@ -156,7 +156,7 @@ struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_COUNT] = {
}
};
-const struct pi3usb2901_config_t pi3usb2901_bc12_chips[] = {
+const struct pi3usb9201_config_t pi3usb9201_bc12_chips[] = {
[USB_PD_PORT_TCPC_0] = {
.i2c_port = I2C_PORT_PPC0,
.i2c_addr_flags = PI3USB9201_I2C_ADDR_3_FLAGS,
diff --git a/board/helios/board.c b/board/helios/board.c
index 033056618f..6af2b3287f 100644
--- a/board/helios/board.c
+++ b/board/helios/board.c
@@ -144,7 +144,7 @@ struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_COUNT] = {
}
};
-const struct pi3usb2901_config_t pi3usb2901_bc12_chips[] = {
+const struct pi3usb9201_config_t pi3usb9201_bc12_chips[] = {
[USB_PD_PORT_TCPC_0] = {
.i2c_port = I2C_PORT_PPC0,
.i2c_addr_flags = PI3USB9201_I2C_ADDR_3_FLAGS,
diff --git a/board/kindred/board.c b/board/kindred/board.c
index ddb717019c..cedf1bb77c 100644
--- a/board/kindred/board.c
+++ b/board/kindred/board.c
@@ -157,7 +157,7 @@ struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_COUNT] = {
}
};
-const struct pi3usb2901_config_t pi3usb2901_bc12_chips[] = {
+const struct pi3usb9201_config_t pi3usb9201_bc12_chips[] = {
[USB_PD_PORT_TCPC_0] = {
.i2c_port = I2C_PORT_PPC0,
.i2c_addr_flags = PI3USB9201_I2C_ADDR_3_FLAGS,