diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/variants/anraggar/overridetree.cb | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/mainboard/google/brya/variants/anraggar/overridetree.cb b/src/mainboard/google/brya/variants/anraggar/overridetree.cb index 0983257867..bc31532732 100644 --- a/src/mainboard/google/brya/variants/anraggar/overridetree.cb +++ b/src/mainboard/google/brya/variants/anraggar/overridetree.cb @@ -408,16 +408,14 @@ chip soc/intel/alderlake end end device ref xhci on - register "usb2_ports" = "{ - [0] = USB2_PORT_TYPE_C(OC_SKIP), /* Type-C MB (7.5 inch) */ - [1] = USB2_PORT_TYPE_C(OC_SKIP), /* Type-C DB (7.1 inch) */ - [2] = USB2_PORT_MID(OC_SKIP), /* Type-A MB (6.4 inch) */ - [3] = USB2_PORT_MID(OC_SKIP), /* Type-A DB (6.2 inch) */ - [4] = USB2_PORT_SHORT(OC_SKIP), /* LTE (3.3 inch) */ - [5] = USB2_PORT_SHORT(OC_SKIP), /* UFC (3.7 inch) */ - [7] = USB2_PORT_SHORT(OC_SKIP), /* Bluetooth port for PCIe WLAN (2.5 inch) */ - [9] = USB2_PORT_SHORT(OC_SKIP), /* Bluetooth port for CNVi WLAN */ - }" + register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC_SKIP)" # Type-C MB (7.5 inch) + register "usb2_ports[1]" = "USB2_PORT_TYPE_C(OC_SKIP)" # Type-C DB (7.1 inch) + register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Type-A MB (6.4 inch) + register "usb2_ports[3]" = "USB2_PORT_MID(OC_SKIP)" # Type-A DB (6.2 inch) + register "usb2_ports[4]" = "USB2_PORT_SHORT(OC_SKIP)" # LTE (3.3 inch) + register "usb2_ports[5]" = "USB2_PORT_SHORT(OC_SKIP)" # UFC (3.7 inch) + register "usb2_ports[7]" = "USB2_PORT_SHORT(OC_SKIP)" # Bluetooth port for PCIe WLAN (2.5 inch) + register "usb2_ports[9]" = "USB2_PORT_SHORT(OC_SKIP)" # Bluetooth port for CNVi WLAN chip drivers/usb/acpi device ref xhci_root_hub on chip drivers/usb/acpi |