summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinidhi N Kaushik <srinidhi.n.kaushik@intel.com>2019-08-22 14:03:52 -0700
committerCommit Bot <commit-bot@chromium.org>2019-09-05 06:35:02 +0000
commit17a9117c324fcb7573e9df24e14161c4a7576c48 (patch)
treecd249b7d84022d3b17aeb75887cba0df9531d444
parent54b83adf45d2b2433084b8ee1785a80c5a13e2dd (diff)
downloadvboot-17a9117c324fcb7573e9df24e14161c4a7576c48.tar.gz
crossystem: Add TGL GPIO Chip ID
BUG=none TEST= emerge vboot_reference BRANCH=none Change-Id: I1e486ce46d56539e23ec2b93e7eee971366c31f4 Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1775273 Reviewed-by: Duncan Laurie <dlaurie@google.com> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.corp-partner.google.com>
-rw-r--r--host/arch/x86/lib/crossystem_arch.c1
1 files changed, 1 insertions, 0 deletions
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 },