From 39e34fb71632d2a20363f53d2671c98bc972a093 Mon Sep 17 00:00:00 2001 From: Usha P Date: Mon, 16 Dec 2019 11:19:54 +0530 Subject: crossystem: Add support for JSL gpiochip On JSL platform, the pinctrl (gpiochip) driver label is "INT34C8:00", hence declare it properly. Change-Id: I401f095f262739dcb872b7fe9d64f52ee9ff17ce Signed-off-by: Usha P Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1966885 Reviewed-by: Subrata Banik Reviewed-by: Karthikeyan Ramasubramanian Reviewed-by: Kirtika Ruchandani Commit-Queue: Kirtika Ruchandani Tested-by: Kirtika Ruchandani --- host/arch/x86/lib/crossystem_arch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c index 6aeaa141..2fd2f530 100644 --- a/host/arch/x86/lib/crossystem_arch.c +++ b/host/arch/x86/lib/crossystem_arch.c @@ -680,6 +680,7 @@ static const struct GpioChipset chipsets_supported[] = { { "INT3452:03", FindGpioChipOffsetByLabel }, { "INT3455:00", FindGpioChipOffsetByLabel }, { "INT34BB:00", FindGpioChipOffsetByLabel }, + { "INT34C8:00", FindGpioChipOffsetByLabel }, { "INT34C5:00", FindGpioChipOffsetByLabel }, /* INT3453 are for GLK */ { "INT3453:00", FindGpioChipOffsetByLabel }, -- cgit v1.2.1