Kevin Chiu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68916 )
Change subject: mb/google/brya/var/lisbon: turn off thunderbolt ......................................................................
mb/google/brya/var/lisbon: turn off thunderbolt
no support thunderbolt on lisbon
BUG=b:246657849 TEST=FW_NAME=lisbon emerge-brask coreboot
Signed-off-by: Kevin Chiu kevin.chiu.17802@gmail.com Change-Id: Iac44315d000c3c0c572efb00e877d039e0308455 --- M src/mainboard/google/brya/variants/lisbon/overridetree.cb 1 file changed, 21 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/68916/1
diff --git a/src/mainboard/google/brya/variants/lisbon/overridetree.cb b/src/mainboard/google/brya/variants/lisbon/overridetree.cb index a2a4043..1a8607f 100644 --- a/src/mainboard/google/brya/variants/lisbon/overridetree.cb +++ b/src/mainboard/google/brya/variants/lisbon/overridetree.cb @@ -146,13 +146,12 @@ .flags = PCIE_RP_LTR | PCIE_RP_AER, }" end - device ref tcss_dma0 on - chip drivers/intel/usb4/retimer - register "dfp[0].power_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_E4)" - use tcss_usb3_port1 as dfp[0].typec_port - device generic 0 on end - end - end + device ref tbt_pcie_rp0 off end + device ref tbt_pcie_rp1 off end + device ref tbt_pcie_rp2 off end + + device ref tcss_dma0 off end + device ref tcss_dma1 off end device ref cnvi_wifi on chip drivers/wifi/generic register "wake" = "GPE0_PME_B0"