summaryrefslogtreecommitdiff
path: root/board/rammus/board.h
diff options
context:
space:
mode:
authormichael_chen <michael5_chen@pegatroncorp.com>2018-08-28 10:56:10 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-08-31 11:20:22 -0700
commit784c3cb351ecb71f507f10ab7569076ed76e2aeb (patch)
tree79856ce61a0a027798a035c2c9d014e7d26d2c6f /board/rammus/board.h
parenta127ae219416e6352aafaf2498299715047852e1 (diff)
downloadchrome-ec-784c3cb351ecb71f507f10ab7569076ed76e2aeb.tar.gz
rammus: rammus: Modify TCPC port1 I2C bus to I2C0_0 from I2C0_1.
Modify TCPC port 1 I2C bus to I2CC0_0 depend on hardware design. BUG=b:113238132 BRANCH=ToT TEST=verify Insert TypeC to PD port 1 and check TCPC Init ready. Using I2C command to check VID is ok. Change-Id: I91c9d616e1809e272215f07e87431d3e0f5fa319 Signed-off-by: michael_chen <michael5_chen@pegatroncorp.com> Reviewed-on: https://chromium-review.googlesource.com/1189663 Commit-Ready: michael chen <michael5_chen@pegatroncorp.com> Tested-by: michael chen <michael5_chen@pegatroncorp.com> Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
Diffstat (limited to 'board/rammus/board.h')
-rw-r--r--board/rammus/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/rammus/board.h b/board/rammus/board.h
index 1f2f06e79f..ae8fad3bad 100644
--- a/board/rammus/board.h
+++ b/board/rammus/board.h
@@ -176,7 +176,7 @@
/* I2C ports */
#define I2C_PORT_TCPC0 NPCX_I2C_PORT0_0
-#define I2C_PORT_TCPC1 NPCX_I2C_PORT0_1
+#define I2C_PORT_TCPC1 NPCX_I2C_PORT0_0
#define I2C_PORT_USB_CHARGER_1 NPCX_I2C_PORT0_1
#define I2C_PORT_USB_CHARGER_0 NPCX_I2C_PORT1
#define I2C_PORT_CHARGER NPCX_I2C_PORT1