diff options
author | Raihow Shi <raihow_shi@wistron.corp-partner.google.com> | 2022-05-13 17:21:06 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-24 13:08:49 +0000 |
commit | 604060c586e14af73a4f7c9d5cc29583d3857b5c (patch) | |
tree | a30a038e029489225ae050c102fc189014d5f2a4 /src/mainboard/google | |
parent | 68e6dc983223ead50362af45d9465045ae2b2d2f (diff) |
mb/google/brask/variants/moli: add fw_config for usb retimer
add USBC0_RETIMER into 2, 3 bits for usb retimer.
BUG=b:232486478
TEST=emerge-brask coreboot.
Signed-off-by: Raihow Shi <raihow_shi@wistron.corp-partner.google.com>
Change-Id: Idaf2e53387476d344d2c838a6e762f5a4c582989
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64330
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Zhuohao Lee <zhuohao@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/brya/variants/moli/overridetree.cb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/moli/overridetree.cb b/src/mainboard/google/brya/variants/moli/overridetree.cb index a7f7d661b2..4ffa3c702f 100644 --- a/src/mainboard/google/brya/variants/moli/overridetree.cb +++ b/src/mainboard/google/brya/variants/moli/overridetree.cb @@ -1,4 +1,8 @@ fw_config + field USBC0_RETIMER 2 3 + option USBC0_RETIMER_ABSENT 0 + option USBC0_RETIMER_PRESENT 1 + end field STORAGE 4 5 option STORAGE_UNKNOWN 0 option STORAGE_NVME 1 |