diff options
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/birman/devicetree_glinda.cb | 1 | ||||
-rw-r--r-- | src/mainboard/amd/chausie/devicetree.cb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/amd/birman/devicetree_glinda.cb b/src/mainboard/amd/birman/devicetree_glinda.cb index d6ecae6688..dfcd176723 100644 --- a/src/mainboard/amd/birman/devicetree_glinda.cb +++ b/src/mainboard/amd/birman/devicetree_glinda.cb @@ -205,6 +205,7 @@ chip soc/amd/glinda end device ref gpp_bridge_c on # Internal GPP Bridge 2 to Bus C device ref xhci_2 on + ops xhci_pci_ops chip drivers/usb/acpi register "type" = "UPC_TYPE_HUB" device usb 0.0 alias xhci_2_root_hub on diff --git a/src/mainboard/amd/chausie/devicetree.cb b/src/mainboard/amd/chausie/devicetree.cb index 2e6511e266..a186b2d825 100644 --- a/src/mainboard/amd/chausie/devicetree.cb +++ b/src/mainboard/amd/chausie/devicetree.cb @@ -204,6 +204,7 @@ chip soc/amd/mendocino end device ref gpp_bridge_c on # Internal GPP Bridge 2 to Bus C device ref xhci_2 on + ops xhci_pci_ops chip drivers/usb/acpi register "type" = "UPC_TYPE_HUB" device usb 0.0 alias xhci_2_root_hub on |