Anil Kumar K has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59553 )
Change subject: [Test] mb/google/brya/var/redrix: Fix TCSS port numbering ......................................................................
[Test] mb/google/brya/var/redrix: Fix TCSS port numbering
redrix board has two ports one on MB and another on DB. Use the correct numbering to avoid issues while port access and retimer updates
Signed-off-by: Anil Kumar anil.kumar.k@intel.com Change-Id: I4c1df6d0d454e14f5529236fc27c3538c27def1f --- M src/mainboard/google/brya/variants/redrix/overridetree.cb 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/59553/1
diff --git a/src/mainboard/google/brya/variants/redrix/overridetree.cb b/src/mainboard/google/brya/variants/redrix/overridetree.cb index ce9ba37..4e9205e 100644 --- a/src/mainboard/google/brya/variants/redrix/overridetree.cb +++ b/src/mainboard/google/brya/variants/redrix/overridetree.cb @@ -152,7 +152,7 @@ device ref tcss_dma1 on chip drivers/intel/usb4/retimer register "dfp[0].power_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_E4)" - use tcss_usb3_port3 as dfp[0].typec_port + use tcss_usb3_port2 as dfp[0].typec_port device generic 0 on end end end @@ -422,8 +422,8 @@ chip drivers/usb/acpi register "desc" = ""USB3 Type-C Port C2 (MLB)"" register "type" = "UPC_TYPE_C_USB2_SS_SWITCH" - register "group" = "ACPI_PLD_GROUP(3, 1)" - device ref tcss_usb3_port3 on end + register "group" = "ACPI_PLD_GROUP(2, 1)" + device ref tcss_usb3_port2 on end end end end