From 7cc5cdd38586f5f6eaccb03c134477c46406bcc0 Mon Sep 17 00:00:00 2001 From: Varun Upadhyay Date: Fri, 13 Sep 2024 17:28:54 +0530 Subject: mb/google/brya/var/trulo: Update ISH GPIO config for tablet mode switch This patch configures the GPIO pins for ISH to notify EC about the tablet mode change in accordance with schematic_20240607. BUG=b:347811875 TEST=Build and boot google/trulo. Placed the device in tabletmode & on EC console,"tabletmode" command shows "tablet mode". Change-Id: Id22e397e46b522428ffdabe34a445ed7e4fb6fc5 Signed-off-by: Varun Upadhyay Reviewed-on: https://review.coreboot.org/c/coreboot/+/84351 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: V Sowmya Reviewed-by: Eric Lai --- src/mainboard/google/brya/variants/trulo/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/brya/variants/trulo/gpio.c b/src/mainboard/google/brya/variants/trulo/gpio.c index 1651b082f6..ddbb0fb6f8 100644 --- a/src/mainboard/google/brya/variants/trulo/gpio.c +++ b/src/mainboard/google/brya/variants/trulo/gpio.c @@ -122,7 +122,7 @@ static const struct pad_config gpio_table[] = { /* D1 : ISH_GP1 ==> SOC_GSEN2_INT# */ PAD_CFG_NF(GPP_D1, NONE, DEEP, NF1), /* D2 : ISH_GP2 ==> SEN_MODE_EC_PCH_INT_ODL */ - PAD_CFG_GPI_LOCK(GPP_D2, NONE, LOCK_CONFIG), + PAD_CFG_NF(GPP_D2, NONE, DEEP, NF1), /* D3 : NC */ PAD_NC_LOCK(GPP_D3, NONE, LOCK_CONFIG), /* D4 : NC */ -- cgit v1.2.3