crossystem: Add support for Panther Lake gpiochip
On Panther Lake-P platform, the pinctrl (gpiochip) driver label is
"INTC10BC:00", hence declare it properly.
BUG=b:347669091
TEST=TBD
Change-Id: Id805fd8e7d8f6d7850341917e76f564610394b65
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/5644610
Auto-Submit: Subrata Banik <subratabanik@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-by: Kapil Porwal <kapilporwal@chromium.org>
Tested-by: Subrata Banik <subratabanik@chromium.org>
Commit-Queue: Yu-Ping Wu <yupingso@chromium.org>
diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c
index 75e0e52..48871e0 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -811,6 +811,8 @@
{ "INTC1057:00", FindGpioChipOffsetByLabel },
/* INTC108x are for Meteor Lake */
{ "INTC1083:00", FindGpioChipOffsetByLabel },
+ /* INTC10Bx are for Panther Lake */
+ { "INTC10BC:00", FindGpioChipOffsetByLabel },
/* INT3453 are for GLK */
{ "INT3453:00", FindGpioChipOffsetByLabel },
{ "INT3453:01", FindGpioChipOffsetByLabel },