diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-01-13 18:11:11 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-27 23:42:38 +0000 |
commit | a3f8eda8a6fecde92e02d6cbfc24b044c77cca7e (patch) | |
tree | 59014f1d9b9b2bac8dd94fe4cc88101c466f98dd /src/soc | |
parent | 91068c95b758034367fa8c8660c5380b60b4420f (diff) |
soc/amd/sabrina/chipset.cb: update USB ports
The corresponding mainboard design guide was used as a reference here.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ie61af7dab35b560d2eec1ea62058f3a4dad5cb0f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61094
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/sabrina/chipset.cb | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/src/soc/amd/sabrina/chipset.cb b/src/soc/amd/sabrina/chipset.cb index caa78e1aa9..c477a17d3d 100644 --- a/src/soc/amd/sabrina/chipset.cb +++ b/src/soc/amd/sabrina/chipset.cb @@ -1,5 +1,3 @@ -# TODO: Check if this is still correct - chip soc/amd/sabrina device cpu_cluster 0 on end @@ -30,20 +28,11 @@ chip soc/amd/sabrina device usb 3.0 alias usb3_port0 off end end chip drivers/usb/acpi - device usb 3.1 alias usb3_port1 off end - end - chip drivers/usb/acpi device usb 2.0 alias usb2_port0 off end end chip drivers/usb/acpi device usb 2.1 alias usb2_port1 off end end - chip drivers/usb/acpi - device usb 2.2 alias usb2_port2 off end - end - chip drivers/usb/acpi - device usb 2.3 alias usb2_port3 off end - end end end end @@ -52,22 +41,19 @@ chip soc/amd/sabrina 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_port4 off end - end - chip drivers/usb/acpi - device usb 3.1 alias usb3_port5 off end + device usb 3.0 alias usb3_port2 off end end chip drivers/usb/acpi - device usb 2.0 alias usb2_port4 off end + device usb 3.1 alias usb3_port3 off end end chip drivers/usb/acpi - device usb 2.1 alias usb2_port5 off end + device usb 2.0 alias usb2_port2 off end end chip drivers/usb/acpi - device usb 2.2 alias usb2_port6 off end + device usb 2.1 alias usb2_port3 off end end chip drivers/usb/acpi - device usb 2.3 alias usb2_port7 off end + device usb 2.2 alias usb2_port4 off end end end end |