summaryrefslogtreecommitdiff
path: root/board/tglrvpu_ite
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2019-12-02 17:37:03 -0800
committerCommit Bot <commit-bot@chromium.org>2019-12-07 02:51:19 +0000
commit41acb78745d413f0db6dfc95c00276b622802be7 (patch)
tree02e355b5e3a4bf9fd6b0fabdedd1fd67af33b53d /board/tglrvpu_ite
parent911c5ea4fbdce8f45e5cce635d2068bd1e85be8b (diff)
downloadchrome-ec-41acb78745d413f0db6dfc95c00276b622802be7.tar.gz
volteer: Enable Burnisde Bridge retimer
BUG=b:145560203 BRANCH=none TEST=BB retimer can communicate via I2C Change-Id: Ibc9b61d909ff1d07794e13927796e26aa1e53e03 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1947427 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/tglrvpu_ite')
-rw-r--r--board/tglrvpu_ite/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/tglrvpu_ite/board.h b/board/tglrvpu_ite/board.h
index 408c8a078d..f574f42c3c 100644
--- a/board/tglrvpu_ite/board.h
+++ b/board/tglrvpu_ite/board.h
@@ -77,13 +77,13 @@
#define I2C_PORT1_BB_RETIMER_ADDR 0x43
/* BB retimer nvm is shared between port 0 & 1 */
- #define BB_RETIMER_SHARED_NVM 1
+ #define BB_RETIMER_SHARED_NVM true
#else /* BOARD_TGLRVPY_ITE */
#define I2C_PORT0_BB_RETIMER_ADDR 0x42
#define I2C_PORT1_BB_RETIMER_ADDR 0x41
/* BB retimers have respective nvm for port 0 & 1 */
- #define BB_RETIMER_SHARED_NVM 0
+ #define BB_RETIMER_SHARED_NVM false
#endif /* BOARD_TGLRVPU_ITE */
#define USB_PORT0_BB_RETIMER_SHARED_NVM BB_RETIMER_SHARED_NVM
#define USB_PORT1_BB_RETIMER_SHARED_NVM BB_RETIMER_SHARED_NVM