From ae7ec18d3d1a5a3e60a79b10a931f554dc210430 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 9 Mar 2022 19:57:20 +0100 Subject: mb/googe/skyrim/baseboard/devicetree: update USB port device ID on xhci2 The one USB2 port on the XHCI2 controller should have the port ID 2.0, since it's the first USB2 port on that XHCI controller. Signed-off-by: Felix Held Change-Id: I4a370132960939bccec4eb69a6590d0880b04137 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62713 Reviewed-by: Raul Rangel Reviewed-by: Jon Murphy Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/google/skyrim/variants/baseboard/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb index ac9bd2beee..61bc93d8a8 100644 --- a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb @@ -127,7 +127,7 @@ chip soc/amd/sabrina register "desc" = ""Bluetooth"" register "type" = "UPC_TYPE_INTERNAL" register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_10)" - device usb 2.3 alias usb2_port5 on end + device usb 2.0 alias usb2_port5 on end end end end -- cgit v1.2.3