summaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2024-09-20 13:42:37 +0200
committerMarshall Dawson <marshalldawson3rd@gmail.com>2024-09-26 21:52:43 +0000
commitbd1887ddd4fa59143c25616b4f2fbdb1ca68f823 (patch)
tree3066597c625e41f14bc361f5f37e74d01c050ee6 /src/mainboard/amd
parentf3d95fb75cca57fcae789b85fed42d5d010843d5 (diff)
mb/amd/birman*/devicetree_glinda.cb: Add usb3_port1
Change-Id: Ida2499d9894aa99f341c7a6ef2cd93b3f8ea61fe Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84437 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/birman/devicetree_glinda.cb3
-rw-r--r--src/mainboard/amd/birman_plus/devicetree_glinda.cb3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/amd/birman/devicetree_glinda.cb b/src/mainboard/amd/birman/devicetree_glinda.cb
index 42011a1471..f1a99f6994 100644
--- a/src/mainboard/amd/birman/devicetree_glinda.cb
+++ b/src/mainboard/amd/birman/devicetree_glinda.cb
@@ -210,6 +210,9 @@ chip soc/amd/glinda
register "type" = "UPC_TYPE_HUB"
device ref usb4_xhci_1_root_hub on
chip drivers/usb/acpi
+ device ref usb3_port1 on end
+ end
+ chip drivers/usb/acpi
device ref usb2_port1 on end
end
end
diff --git a/src/mainboard/amd/birman_plus/devicetree_glinda.cb b/src/mainboard/amd/birman_plus/devicetree_glinda.cb
index 2523d7c7b9..1df02ed004 100644
--- a/src/mainboard/amd/birman_plus/devicetree_glinda.cb
+++ b/src/mainboard/amd/birman_plus/devicetree_glinda.cb
@@ -210,6 +210,9 @@ chip soc/amd/glinda
register "type" = "UPC_TYPE_HUB"
device ref usb4_xhci_1_root_hub on
chip drivers/usb/acpi
+ device ref usb3_port1 on end
+ end
+ chip drivers/usb/acpi
device ref usb2_port1 on end
end
end