From d9b938b0cf2da9278ddef3287156569789d39cae Mon Sep 17 00:00:00 2001 From: John Su Date: Thu, 30 Mar 2023 13:46:03 +0800 Subject: mb/google/skyrim: Enable UPD usb3_port_force_gen1 for Markarth From request, all type C port limit to to Gen1 5GHz. So enable UPD usb3_port_force_gen1 for Markarth. BUG=b:273841155 BRANCH=skyrim TEST=Build, verify the setting will be applied on Markarth. Signed-off-by: John Su Change-Id: I9314b67a82ad2993c87f0110db5ec927caaa772b Reviewed-on: https://review.coreboot.org/c/coreboot/+/74087 Reviewed-by: Patrick Huang Tested-by: build bot (Jenkins) Reviewed-by: Chao Gui Reviewed-by: Karthik Ramasubramanian Reviewed-by: Dtrain Hsu Reviewed-by: Amanda Hwang Reviewed-by: Ian Feng Reviewed-by: Eric Lai --- src/mainboard/google/skyrim/variants/markarth/overridetree.cb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/mainboard/google/skyrim/variants/markarth/overridetree.cb b/src/mainboard/google/skyrim/variants/markarth/overridetree.cb index f82fe1bb30..3939d657ee 100644 --- a/src/mainboard/google/skyrim/variants/markarth/overridetree.cb +++ b/src/mainboard/google/skyrim/variants/markarth/overridetree.cb @@ -6,6 +6,13 @@ chip soc/amd/mendocino # Remove the sustained_power_limit_mW when STT is enabled register "sustained_power_limit_mW" = "15000" + # set usb3 port force to gen1 + register "usb3_port_force_gen1" = "{ + .ports.xhci0_port0 = 1, + .ports.xhci1_port0 = 1, + .ports.xhci1_port1 = 0, + }" + device domain 0 on register "dxio_tx_vboost_enable" = "1" -- cgit v1.2.3