summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/arch/x86/lib/crossystem_arch.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c
index 78ee0d68..fc92c8f3 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -672,6 +672,11 @@ static const struct GpioChipset chipsets_supported[] = {
{ "INT3452:02", FindGpioChipOffsetByLabel },
{ "INT3452:03", FindGpioChipOffsetByLabel },
{ "INT34BB:00", FindGpioChipOffsetByLabel },
+ /* INT3453 are for GLK */
+ { "INT3453:00", FindGpioChipOffsetByLabel },
+ { "INT3453:01", FindGpioChipOffsetByLabel },
+ { "INT3453:02", FindGpioChipOffsetByLabel },
+ { "INT3453:03", FindGpioChipOffsetByLabel },
{ "BayTrail", BayTrailFindGpioChipOffset },
{ "Braswell", BraswellFindGpioChipOffset },
{ NULL },