soc/intel/cannonlake: Add missing USB port aliases
FSP for Comet Lake S allows one to configure 16 USB2 (PortUsb20Enable array) ports and 10 USB3 (PortUsb30Enable array) ports [1, 2]. [1] src/soc/intel/cannonlake/chip.h [2] 3rdparty/fsp/CometLakeFspBinPkg/CometLakeS/Include/FspsUpd.h Change-Id: Ie69543f335be1a69cf0c068335c2e17eebf4c6a9 Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84442 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
8cf60670b2
commit
1ec25777df
1 changed files with 24 additions and 0 deletions
|
|
@ -54,6 +54,18 @@ chip soc/intel/cannonlake
|
|||
chip drivers/usb/acpi
|
||||
device usb 2.b alias usb2_port12 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 2.c alias usb2_port13 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 2.d alias usb2_port14 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 2.e alias usb2_port15 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 2.f alias usb2_port16 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 3.0 alias usb3_port1 off end
|
||||
end
|
||||
|
|
@ -72,6 +84,18 @@ chip soc/intel/cannonlake
|
|||
chip drivers/usb/acpi
|
||||
device usb 3.5 alias usb3_port6 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 3.6 alias usb3_port7 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 3.7 alias usb3_port8 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 3.8 alias usb3_port9 off end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
device usb 3.9 alias usb3_port10 off end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue