mb/google/volteer/drobit: Add missing TBT devicetree entries
Commit ae20d4c78f
("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>
This commit is contained in:
parent
bb18968968
commit
47afbbc062
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue