Raihow Shi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63570 )
Change subject: mb/google/brask/variants/moli: update type-c setting in overridetree for moli ......................................................................
mb/google/brask/variants/moli: update type-c setting in overridetree for moli
Add conn1 for pch_espi and add type-c port2 for pmc_mux.
Signed-off-by: Raihow Shi raihow_shi@wistron.corp-partner.google.com Change-Id: Idfd7b761496a110f34838abb0fd408b37d390ba2 --- M src/mainboard/google/brya/variants/moli/overridetree.cb 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/63570/1
diff --git a/src/mainboard/google/brya/variants/moli/overridetree.cb b/src/mainboard/google/brya/variants/moli/overridetree.cb index b446bb9..a24360a 100644 --- a/src/mainboard/google/brya/variants/moli/overridetree.cb +++ b/src/mainboard/google/brya/variants/moli/overridetree.cb @@ -121,6 +121,7 @@ device ref pch_espi on chip ec/google/chromeec use conn0 as mux_conn[0] + use conn1 as mux_conn[1] device pnp 0c09.0 on end end end @@ -132,6 +133,11 @@ use tcss_usb3_port1 as usb3_port device generic 0 alias conn0 on end end + chip drivers/intel/pmc_mux/conn + use usb2_port3 as usb2_port + use tcss_usb3_port2 as usb3_port + device generic 1 alias conn1 on end + end end end end