summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2014-07-29 15:27:36 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-30 05:31:41 +0000
commitb52d7b7acb14743747489ed7323b416bc001503b (patch)
tree0775b366a2e9e54585d2fbd1ef1f9e022202c4a2
parente778adae83d2ac4ab94aa10acceab328bbd3ea7b (diff)
downloadvboot-b52d7b7acb14743747489ed7323b416bc001503b.tar.gz
crossystem: Add PCH-LP GPIO type
Rather than continuing to report different variants of PCH GPIO the same way use the common name of PCH-LP. BUG=chrome-os-partner:28234 BRANCH=None TEST=boot on samus and ensure there are no (error) reported Change-Id: I9321e7bd85b2b3b3ebadc22ac32be6759e85f822 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/210393 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-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 4f2b6117..5b207887 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -583,6 +583,7 @@ static const struct GpioChipset chipsets_supported[] = {
{ "CougarPoint", FindGpioChipOffset },
{ "PantherPoint", FindGpioChipOffset },
{ "LynxPoint", FindGpioChipOffset },
+ { "PCH-LP", FindGpioChipOffset },
{ "BayTrail", BayTrailFindGpioChipOffset },
{ NULL },
};