summaryrefslogtreecommitdiff
path: root/board/kindred/board.c
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-07-30 10:35:39 -0600
committerCommit Bot <commit-bot@chromium.org>2019-07-30 23:16:03 +0000
commit671c261e3d70ac4def1c4a2360cdbccfbbe44bbd (patch)
tree6bad5ff20c7b05ad5f6a57799a55dc23f39891bb /board/kindred/board.c
parent8dcd9a736b7da6c72b468124c3febbe0ede75a4e (diff)
downloadchrome-ec-671c261e3d70ac4def1c4a2360cdbccfbbe44bbd.tar.gz
pi3usb9201: Fix typo in structure name.
The structure used by board files to define the I2C connections to the PI3USB9201 driver had digits in the part number transposed. BUG=b:138650914 BRANCH=none TEST=make buildall Change-Id: Iaa7897a35f3172dd71fccca4e203b1d0e6a18ef7 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1725959 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Edward Hill <ecgh@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'board/kindred/board.c')
-rw-r--r--board/kindred/board.c2
1 files changed, 1 insertions, 1 deletions
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,