From 17a9117c324fcb7573e9df24e14161c4a7576c48 Mon Sep 17 00:00:00 2001 From: Srinidhi N Kaushik Date: Thu, 22 Aug 2019 14:03:52 -0700 Subject: crossystem: Add TGL GPIO Chip ID BUG=none TEST= emerge vboot_reference BRANCH=none Change-Id: I1e486ce46d56539e23ec2b93e7eee971366c31f4 Signed-off-by: Srinidhi N Kaushik Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1775273 Reviewed-by: Duncan Laurie Reviewed-by: Wonkyu Kim --- host/arch/x86/lib/crossystem_arch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c index 68ab67db..6b55802b 100644 --- a/host/arch/x86/lib/crossystem_arch.c +++ b/host/arch/x86/lib/crossystem_arch.c @@ -675,6 +675,7 @@ static const struct GpioChipset chipsets_supported[] = { { "INT3452:03", FindGpioChipOffsetByLabel }, { "INT3455:00", FindGpioChipOffsetByLabel }, { "INT34BB:00", FindGpioChipOffsetByLabel }, + { "INT34C5:00", FindGpioChipOffsetByLabel }, /* INT3453 are for GLK */ { "INT3453:00", FindGpioChipOffsetByLabel }, { "INT3453:01", FindGpioChipOffsetByLabel }, -- cgit v1.2.1