summaryrefslogtreecommitdiff
path: root/board/glkrvp/chg_usb_pd.c
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2017-11-01 18:48:48 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-01-30 09:02:13 -0800
commitf543a8e7982c8facb74502b3e96d83bd336f6522 (patch)
tree4a17144a0f7580c40f2727e32a0c148608c48376 /board/glkrvp/chg_usb_pd.c
parent313220c87da431da101fd7a6ca4d75da85ae8e5f (diff)
downloadchrome-ec-f543a8e7982c8facb74502b3e96d83bd336f6522.tar.gz
glkrvp: Switch from NPCX5 EC to NPCX7 EC
BUG=b:68987606, b:72483287 BRANCH=glkrvp TEST=GLKRVP can boot to OS Change-Id: If4b99ca60005b97c59a1d8dc16c4065af63d34d8 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/750365 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'board/glkrvp/chg_usb_pd.c')
-rw-r--r--board/glkrvp/chg_usb_pd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/glkrvp/chg_usb_pd.c b/board/glkrvp/chg_usb_pd.c
index 730c1f671b..581f9aecf5 100644
--- a/board/glkrvp/chg_usb_pd.c
+++ b/board/glkrvp/chg_usb_pd.c
@@ -31,8 +31,8 @@ enum glkrvp_charge_ports {
};
const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_COUNT] = {
- {NPCX_I2C_PORT0_1, 0xA0, &tcpci_tcpm_drv, TCPC_ALERT_ACTIVE_LOW},
- {NPCX_I2C_PORT0_1, 0xA4, &tcpci_tcpm_drv, TCPC_ALERT_ACTIVE_LOW},
+ {NPCX_I2C_PORT7_0, 0xA0, &tcpci_tcpm_drv, TCPC_ALERT_ACTIVE_LOW},
+ {NPCX_I2C_PORT7_0, 0xA4, &tcpci_tcpm_drv, TCPC_ALERT_ACTIVE_LOW},
};
BUILD_ASSERT(ARRAY_SIZE(tcpc_config) == CONFIG_USB_PD_PORT_COUNT);