aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/amd/chausie/devicetree.cb22
-rw-r--r--src/soc/amd/sabrina/chipset.cb24
2 files changed, 10 insertions, 36 deletions
diff --git a/src/mainboard/amd/chausie/devicetree.cb b/src/mainboard/amd/chausie/devicetree.cb
index 98030f73db..19815b3681 100644
--- a/src/mainboard/amd/chausie/devicetree.cb
+++ b/src/mainboard/amd/chausie/devicetree.cb
@@ -41,20 +41,11 @@ chip soc/amd/sabrina
device ref usb3_port0 on end
end
chip drivers/usb/acpi
- device ref usb3_port1 on end
- end
- chip drivers/usb/acpi
device ref usb2_port0 on end
end
chip drivers/usb/acpi
device ref usb2_port1 on end
end
- chip drivers/usb/acpi
- device ref usb2_port2 on end
- end
- chip drivers/usb/acpi
- device ref usb2_port3 on end
- end
end
end
end
@@ -62,22 +53,19 @@ chip soc/amd/sabrina
chip drivers/usb/acpi
device ref xhci_1_root_hub on
chip drivers/usb/acpi
- device ref usb3_port4 on end
- end
- chip drivers/usb/acpi
- device ref usb3_port5 on end
+ device ref usb3_port2 on end
end
chip drivers/usb/acpi
- device ref usb2_port4 on end
+ device ref usb3_port3 on end
end
chip drivers/usb/acpi
- device ref usb2_port5 on end
+ device ref usb2_port2 on end
end
chip drivers/usb/acpi
- device ref usb2_port6 on end
+ device ref usb2_port3 on end
end
chip drivers/usb/acpi
- device ref usb2_port7 on end
+ device ref usb2_port4 on end
end
end
end
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