Eric Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75615?usp=email )
Change subject: soc/amd/phoenix: Update USB device alias ......................................................................
soc/amd/phoenix: Update USB device alias
Follow 57263_FP8_MBDG_rev_0_92 Table.57 to update the alias. We can match the schematic for now.
BUG=b:285793461 TEST=USB still works.
Signed-off-by: Eric Lai eric_lai@quanta.corp-partner.google.com Change-Id: Id1058279fe5b0e3131608a0b9bbd708dbbde7e87 --- M src/soc/amd/phoenix/chipset.cb 1 file changed, 13 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/75615/1
diff --git a/src/soc/amd/phoenix/chipset.cb b/src/soc/amd/phoenix/chipset.cb index 97b7ec1..6525936 100644 --- a/src/soc/amd/phoenix/chipset.cb +++ b/src/soc/amd/phoenix/chipset.cb @@ -42,25 +42,25 @@ register "type" = "UPC_TYPE_HUB" device usb 0.0 alias xhci_0_root_hub off chip drivers/usb/acpi - device usb 3.0 alias usb3_port0 off end + device usb 3.0 alias usb3_port2 off end end chip drivers/usb/acpi - device usb 3.1 alias usb3_port1 off end + device usb 3.1 alias usb3_port3 off end end chip drivers/usb/acpi - device usb 2.0 alias usb2_port0 off end + device usb 2.0 alias usb2_port2 off end end chip drivers/usb/acpi - device usb 2.1 alias usb2_port1 off end + device usb 2.1 alias usb2_port3 off end end chip drivers/usb/acpi - device usb 2.2 alias usb2_port2 off end + device usb 2.2 alias usb2_port4 off end end chip drivers/usb/acpi - device usb 2.3 alias usb2_port3 off end + device usb 2.3 alias usb2_port5 off end end chip drivers/usb/acpi - device usb 2.4 alias usb2_port4 off end + device usb 2.4 alias usb2_port6 off end end end end @@ -70,10 +70,10 @@ register "type" = "UPC_TYPE_HUB" device usb 0.0 alias xhci_1_root_hub off chip drivers/usb/acpi - device usb 3.0 alias usb3_port5 off end + device usb 3.0 alias usb3_port7 off end end chip drivers/usb/acpi - device usb 2.0 alias usb2_port5 off end + device usb 2.0 alias usb2_port7 off end end end end @@ -96,10 +96,10 @@ register "type" = "UPC_TYPE_HUB" device usb 0.0 alias usb4_xhci_0_root_hub off chip drivers/usb/acpi - device usb 3.0 alias usb3_port6 off end + device usb 3.0 alias usb3_port0 off end end chip drivers/usb/acpi - device usb 2.0 alias usb2_port6 off end + device usb 2.0 alias usb2_port0 off end end end end @@ -109,10 +109,10 @@ register "type" = "UPC_TYPE_HUB" device usb 0.0 alias usb4_xhci_1_root_hub off chip drivers/usb/acpi - device usb 3.0 alias usb3_port7 off end + device usb 3.0 alias usb3_port1 off end end chip drivers/usb/acpi - device usb 2.0 alias usb2_port7 off end + device usb 2.0 alias usb2_port1 off end end end end