summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/arch/x86/lib/crossystem_arch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c
index a9fa6233..00c844b4 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -725,6 +725,9 @@ static const struct GpioChipset chipsets_supported[] = {
{ "INT34BB:00", FindGpioChipOffsetByLabel },
{ "INT34C8:00", FindGpioChipOffsetByLabel },
{ "INT34C5:00", FindGpioChipOffsetByLabel },
+ /* INTC105x are for Alderlake */
+ { "INTC1055:00", FindGpioChipOffsetByLabel },
+ { "INTC1056:00", FindGpioChipOffsetByLabel },
/* INT3453 are for GLK */
{ "INT3453:00", FindGpioChipOffsetByLabel },
{ "INT3453:01", FindGpioChipOffsetByLabel },