Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62713 )
Change subject: mb/googe/skyrim/baseboard/devicetree: update USB port device ID on xhci2 ......................................................................
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 felix-coreboot@felixheld.de Change-Id: I4a370132960939bccec4eb69a6590d0880b04137 --- M src/mainboard/google/skyrim/variants/baseboard/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/62713/1
diff --git a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb index c802868..c8897b5 100644 --- a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb @@ -122,7 +122,7 @@ 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