summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaunak Saha <shaunak.saha@intel.com>2017-10-26 16:10:15 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-04-16 12:21:25 -0700
commitf2a16b86fa1830e425fa66923b8ed3e2099b955d (patch)
tree2c24e331dddad589a2f7f262992d5760d6dd21bc
parente4e246f15cd7c553bff62a990b2fa08be32a60f2 (diff)
downloadvboot-f2a16b86fa1830e425fa66923b8ed3e2099b955d.tar.gz
crossytem:Add GLK GPIO ID
BUG=b:78009842 Change-Id: I50de5d69309a25411c907425675eace330de7615 Signed-off-by: Shaunak Saha <shaunak.saha@intel.com> Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://chromium-review.googlesource.com/742490 Commit-Ready: Aaron Durbin <adurbin@chromium.org> Tested-by: Hannah Williams <hannah.williams@intel.corp-partner.google.com> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
-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 },