From 2208683df12d210cb561af4183537e235d8ba1a5 Mon Sep 17 00:00:00 2001 From: Scott Collyer Date: Mon, 15 Jun 2020 20:56:25 -0700 Subject: tusb1064: Add full list of possible I2C device addresses The TUSB1064 has 16 possible I2C device addresses. This CL adds this full list to the tusb1064.h file. In addition, the TUSB1064 device address was updated to match the new macro. BUG=b:168621142 BRANCH=servo TEST=make -j buildall Signed-off-by: Scott Collyer Change-Id: I1ee836ef0a88adab1af63901c2ec0be7cef7b232 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2267630 Commit-Queue: Scott Collyer Tested-by: Scott Collyer Reviewed-by: Sam Hurst Reviewed-by: Aseda Aboagye --- board/servo_v4p1/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/servo_v4p1') diff --git a/board/servo_v4p1/board.c b/board/servo_v4p1/board.c index 837891794b..481b2ac16e 100644 --- a/board/servo_v4p1/board.c +++ b/board/servo_v4p1/board.c @@ -71,7 +71,7 @@ const struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = { [DUT] = { /* DUT port with UFP mux */ .usb_port = DUT, .i2c_port = I2C_PORT_MASTER, - .i2c_addr_flags = TUSB1064_ADDR_FLAGS, + .i2c_addr_flags = TUSB1064_I2C_ADDR10_FLAGS, .driver = &tusb1064_usb_mux_driver, } }; -- cgit v1.2.1