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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62713
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2022-03-09 19:57:20 +01:00
parent b0d555733a
commit ae7ec18d3d
1 changed files with 1 additions and 1 deletions

View File

@ -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