summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam McNally <sammc@chromium.org>2023-02-13 12:54:47 +1100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-15 00:28:42 +0000
commitc0b874e5fa606dadf6bc94ab009fc15d16cfce8f (patch)
tree1e5386285fc541099de314578a3eb49a649ea111
parent07c1e0c3b3813fd27629d89d92e7e88735e533f1 (diff)
downloadchrome-ec-c0b874e5fa606dadf6bc94ab009fc15d16cfce8f.tar.gz
dibbi: Update USB-C i2c channel.
USB-C is using i2c bus 2 on dibbi, so update the config to channel C. BUG=b:268309238, b:269050050 TEST=EC can communicate with USB-C-related peripherals. BRANCH=none Change-Id: I65261250c93faf5d3d16714fa0a53ae369fb3c81 Signed-off-by: Sam McNally <sammc@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4240907 Reviewed-by: Peter Marheine <pmarheine@chromium.org>
-rw-r--r--board/dibbi/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/dibbi/board.h b/board/dibbi/board.h
index 8197207b28..797c253226 100644
--- a/board/dibbi/board.h
+++ b/board/dibbi/board.h
@@ -52,6 +52,8 @@
/* USB Mux and Retimer */
#define CONFIG_USB_MUX_IT5205 /* C0: ITE Mux */
+#undef I2C_PORT_USB_C0
+#define I2C_PORT_USB_C0 IT83XX_I2C_CH_C
#define I2C_PORT_USB_MUX I2C_PORT_USB_C0 /* Required for ITE Mux */
/* USB Type A Features */