diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-01-12 14:17:26 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-02-10 14:55:22 +0000 |
commit | 47afbbc062d1bb49343509dc30b2a4bc6e263398 (patch) | |
tree | 6aeba1d023e1cf8f1cd8702d690e95b08b08ec61 | |
parent | bb189689686056aba720d1cc3f1cdd66c2ebebc0 (diff) |
mb/google/volteer/drobit: Add missing TBT devicetree entries
Commit ae20d4c78f9f ("mb/google/volteer: Fix USB4 enabling for volteer
family") reworked the USB4/TBT config for volteer, but drobit variant
was missed for some reason. Add the missing USB4/TBT entries.
TEST=build/boot Windows on drobit, verify USB4/TBT functional.
Change-Id: I43d771eeaf29b4e141b222ccb05af5cb7ceedc6f
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72141
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/google/volteer/variants/drobit/overridetree.cb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/drobit/overridetree.cb b/src/mainboard/google/volteer/variants/drobit/overridetree.cb index fe5f698c76..e8bb664cab 100644 --- a/src/mainboard/google/volteer/variants/drobit/overridetree.cb +++ b/src/mainboard/google/volteer/variants/drobit/overridetree.cb @@ -122,10 +122,17 @@ chip soc/intel/tigerlake end # DPTF device ref tbt_pcie_rp0 on + probe DB_USB USB4_GEN2 probe DB_USB USB4_GEN3 end device ref tbt_pcie_rp1 on + probe DB_USB USB4_GEN2 + probe DB_USB USB4_GEN3 + end + + device ref tbt_dma0 on + probe DB_USB USB4_GEN2 probe DB_USB USB4_GEN3 end |