aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorEric Lai <eric_lai@quanta.corp-partner.google.com>2023-06-05 13:01:25 +0800
committerEric Lai <eric_lai@quanta.corp-partner.google.com>2023-06-06 03:55:53 +0000
commit12a4f091e74bcee3724ec5a8639683d7667ebd50 (patch)
tree0a3b153ba64e873cd2b0b90a09b3e8dfbe50ec45 /src/soc
parent5b0929f9d7e6ec4339471be365416a1991baae33 (diff)
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>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/phoenix/chipset.cb26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/soc/amd/phoenix/chipset.cb b/src/soc/amd/phoenix/chipset.cb
index 97b7ec14fd..65259363d4 100644
--- a/src/soc/amd/phoenix/chipset.cb
+++ b/src/soc/amd/phoenix/chipset.cb
@@ -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