diff options
Diffstat (limited to 'src/mainboard/google/volteer/variants/terrador')
-rw-r--r-- | src/mainboard/google/volteer/variants/terrador/overridetree.cb | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/src/mainboard/google/volteer/variants/terrador/overridetree.cb b/src/mainboard/google/volteer/variants/terrador/overridetree.cb index 4b814ebf2d..ff99716d5a 100644 --- a/src/mainboard/google/volteer/variants/terrador/overridetree.cb +++ b/src/mainboard/google/volteer/variants/terrador/overridetree.cb @@ -186,18 +186,14 @@ chip soc/intel/tigerlake end end device ref south_xhci on - register "usb2_ports" = "{ - [0] = USB2_PORT_TYPE_C(OC0), // Type-A / Type-C Port 0 - [1] = USB2_PORT_TYPE_C(OC1), // Type-A / Type-C Port 1 - [2] = USB2_PORT_TYPE_C(OC1), // Type-A / Type-C Port 1 - [3] = USB2_PORT_MID(OC_SKIP), // Front Camera - [4] = USB2_PORT_TYPE_C(OC0), // Type-A / Type-C Port 0 - }" + register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC0)" # Type-A / Type-C Port 0 + register "usb2_ports[1]" = "USB2_PORT_TYPE_C(OC1)" # Type-A / Type-C Port 1 + register "usb2_ports[2]" = "USB2_PORT_TYPE_C(OC1)" # Type-A / Type-C Port 1 + register "usb2_ports[3]" = "USB2_PORT_MID(OC_SKIP)" # Front Camera + register "usb2_ports[4]" = "USB2_PORT_TYPE_C(OC0)" # Type-A / Type-C Port 0 - register "usb3_ports" = "{ - [0] = USB3_PORT_DEFAULT(OC0), // Type-A / Type-C Port 0 - [1] = USB3_PORT_DEFAULT(OC1), // Type-A / Type-C Port 1 - }" + register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # Type-A / Type-C Port 0 + register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC1)" # Type-A / Type-C Port 1 chip drivers/usb/acpi device ref xhci_root_hub on |