From ca770df1e732307990ecf1f52028174d6c743c23 Mon Sep 17 00:00:00 2001 From: Luca Lai Date: Mon, 2 Feb 2026 14:44:38 +0800 Subject: [PATCH] mb/google/fatcat/var/ruby: Correct GPP_V17 configuration Correct the GPP_V17 gpio pin from platform reset to deep to avoid uncontrollable behavior in s0ix mode. BUG=b:475990377 BRANCH=none TEST=Build and boot to OS, check GPP_V17 behavior is correct. Change-Id: I8f8bc59b71b8f8b4c5d4dbdbdcf8fcbfdbd96921 Signed-off-by: Luca Lai Reviewed-on: https://review.coreboot.org/c/coreboot/+/91050 Reviewed-by: YH Lin Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N --- src/mainboard/google/fatcat/variants/ruby/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/fatcat/variants/ruby/gpio.c b/src/mainboard/google/fatcat/variants/ruby/gpio.c index 6324a5d9b8..215bf9c61a 100644 --- a/src/mainboard/google/fatcat/variants/ruby/gpio.c +++ b/src/mainboard/google/fatcat/variants/ruby/gpio.c @@ -381,7 +381,7 @@ static const struct pad_config gpio_table[] = { /* GPP_V16: GPP_V16_VCCST_EN */ PAD_CFG_NF(GPP_V16, NONE, DEEP, NF1), /* GPP_V17: SLP_S0_GATE_R */ - PAD_CFG_GPO(GPP_V17, 1, PLTRST), + PAD_CFG_GPO(GPP_V17, 1, DEEP), }; /* Early pad configuration in bootblock */