soc/intel/jasperlake: Add ACPI names for missing USB3 ports

BUG=b:264960828
TEST=On dibbi, ACPI tables contain entries for USB 3.4 and 3.5

Change-Id: If3266d356a2deaf42aa0943f85593416d80637ad
Signed-off-by: Reka Norman <rekanorman@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77866
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sam McNally <sammc@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
Reka Norman 2023-09-14 14:29:01 +10:00 committed by Felix Held
parent b4f9c8d86a
commit a56fad6ca8
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ const char *soc_acpi_name(const struct device *dev)
case 1: return "SS02";
case 2: return "SS03";
case 3: return "SS04";
case 4: return "SS05";
case 5: return "SS06";
}
break;
}