soc/intel/cannonlake: Fix USB port numbers

It should be in HEX.

Change-Id: I15a354bae414ad94a2f76030b3099179022b935c
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84546
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Maxim Polyakov 2024-09-25 10:40:22 +03:00 committed by Felix Held
commit 6b2d756be2

View file

@ -49,10 +49,10 @@ chip soc/intel/cannonlake
device usb 2.9 alias usb2_port10 off end
end
chip drivers/usb/acpi
device usb 2.10 alias usb2_port11 off end
device usb 2.a alias usb2_port11 off end
end
chip drivers/usb/acpi
device usb 2.11 alias usb2_port12 off end
device usb 2.b alias usb2_port12 off end
end
chip drivers/usb/acpi
device usb 3.0 alias usb3_port1 off end