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:
parent
3ba7ab256c
commit
6b2d756be2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue