summaryrefslogtreecommitdiff
path: root/board/chronicler
diff options
context:
space:
mode:
authorYu-An Chen <yu-an.chen@quanta.corp-partner.google.com>2021-06-21 10:45:18 +0800
committerCommit Bot <commit-bot@chromium.org>2021-06-21 15:00:23 +0000
commit89bd1957551a9a0ade00760121dfd2f231b9f86a (patch)
treea174d0c63871a0b1feafbf65ab99b264efd8e628 /board/chronicler
parent55c1abf9ce1754cf93505400bf9b4c7c57eb03cb (diff)
downloadchrome-ec-89bd1957551a9a0ade00760121dfd2f231b9f86a.tar.gz
Chronicler: Modify default daughterboard configuration
Setup default daughterboard of fw_config to DB_USB3_ACTIVE BUG=b:191551619 BRANCH=volteer TEST=Check DUT can initial correct db without fw_config Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: Ia963a776ed1cd481699318931be8f12c15487131 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2972535 Reviewed-by: YH Lin <yueherngl@chromium.org> Commit-Queue: YH Lin <yueherngl@chromium.org>
Diffstat (limited to 'board/chronicler')
-rw-r--r--board/chronicler/cbi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/chronicler/cbi.c b/board/chronicler/cbi.c
index b39f0d7d2f..371d73dd7b 100644
--- a/board/chronicler/cbi.c
+++ b/board/chronicler/cbi.c
@@ -12,10 +12,10 @@
/******************************************************************************/
/*
- * FW_CONFIG defaults for Volteer if the CBI data is not initialized.
+ * FW_CONFIG defaults for Chronicler if the CBI data is not initialized.
*/
union volteer_cbi_fw_config fw_config_defaults = {
- .usb_db = DB_USB4_GEN2,
+ .usb_db = DB_USB3_ACTIVE,
};
__override void board_cbi_init(void)