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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75615
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
Eric Lai
2023-06-05 13:01:25 +08:00
parent 5b0929f9d7
commit 12a4f091e7
4 changed files with 44 additions and 44 deletions

View File

@@ -42,25 +42,25 @@ chip soc/amd/phoenix
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 @@ chip soc/amd/phoenix
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 @@ chip soc/amd/phoenix
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 @@ chip soc/amd/phoenix
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