crossystem: add support for ADL gpiochip

On Alderlake platform, the pinctrl (gpiochip) driver label is "INTC105x:00",
hence declare it properly.

TEST=run 'crossystem wpsw_cur' and see '0' rather than an error
on ADLRVP platform.

Change-Id: I7c8ead83717b7be35ce68026768f6f0f5b1efa1c
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2167671
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Tested-by: Subrata Banik <subrata.banik@intel.corp-partner.google.com>
diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c
index a9fa623..00c844b 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -725,6 +725,9 @@
 	{ "INT34BB:00", FindGpioChipOffsetByLabel },
 	{ "INT34C8:00", FindGpioChipOffsetByLabel },
 	{ "INT34C5:00", FindGpioChipOffsetByLabel },
+	/* INTC105x are for Alderlake */
+	{ "INTC1055:00", FindGpioChipOffsetByLabel },
+	{ "INTC1056:00", FindGpioChipOffsetByLabel },
 	/* INT3453 are for GLK */
 	{ "INT3453:00", FindGpioChipOffsetByLabel },
 	{ "INT3453:01", FindGpioChipOffsetByLabel },