diff options
author | Maxim Polyakov <max.senia.poliak@gmail.com> | 2024-09-25 10:40:22 +0300 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-10-01 15:11:14 +0000 |
commit | 6b2d756be2375ee4e7b90878ce926ead9cdece17 (patch) | |
tree | 1552114619e857d10e0ac1396d93bc50dbb9d385 /src/soc/intel/cannonlake | |
parent | 3ba7ab256c23e597a9b11eab62538d0cc94b7296 (diff) |
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>
Diffstat (limited to 'src/soc/intel/cannonlake')
-rw-r--r-- | src/soc/intel/cannonlake/chipset_pch_h.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/cannonlake/chipset_pch_h.cb b/src/soc/intel/cannonlake/chipset_pch_h.cb index 77c0d84351..231c8d262a 100644 --- a/src/soc/intel/cannonlake/chipset_pch_h.cb +++ b/src/soc/intel/cannonlake/chipset_pch_h.cb @@ -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 |