summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2018-10-30 17:18:33 +0530
committerchrome-bot <chrome-bot@chromium.org>2018-10-31 00:54:31 -0700
commit7283689dbd93502519edf47199b203b62da46ec1 (patch)
treeebd08419caefddbafd0dc5bde9f733c74ac413d8
parentb01c83f68118c6d026c31a80aae99b329cb0df4f (diff)
downloadvboot-7283689dbd93502519edf47199b203b62da46ec1.tar.gz
crossystem: add support for ICL gpiochip
On Icelake platform, the pinctrl (gpiochip) driver label is "INT3455:00", hence declare it properly. TEST=run 'crossystem wpsw_cur' and see '0' rather than an error on dragonegg platform. Change-Id: I34e24478934a8fbaf9777a8340672697f7642ba3 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://chromium-review.googlesource.com/1307200 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@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 81cc281d..7de84dc5 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -673,6 +673,7 @@ static const struct GpioChipset chipsets_supported[] = {
{ "INT3452:01", FindGpioChipOffsetByLabel },
{ "INT3452:02", FindGpioChipOffsetByLabel },
{ "INT3452:03", FindGpioChipOffsetByLabel },
+ { "INT3455:00", FindGpioChipOffsetByLabel },
{ "INT34BB:00", FindGpioChipOffsetByLabel },
/* INT3453 are for GLK */
{ "INT3453:00", FindGpioChipOffsetByLabel },