From 925eacb50faa324d1187b3332df4ce2172650a03 Mon Sep 17 00:00:00 2001 From: Tongtong Pan Date: Tue, 11 Mar 2025 14:00:08 +0800 Subject: [PATCH] mb/google/fatcat/var/felino: Modify the gpio.c to poweroff Modify the config for GPP_F09 to poweroff successfully. BUG=b:388202483 TEST=Build felino and poweroff under the OS and the dut can poweroff successfully. Change-Id: I1c83d230be7dbce9f9ad0b55f86d748e2de3565e Signed-off-by: Tongtong Pan Reviewed-on: https://review.coreboot.org/c/coreboot/+/86808 Reviewed-by: Jayvik Desai Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Weimin Wu --- src/mainboard/google/fatcat/variants/felino/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/fatcat/variants/felino/gpio.c b/src/mainboard/google/fatcat/variants/felino/gpio.c index a32d44b7d5..7f67a40ae6 100644 --- a/src/mainboard/google/fatcat/variants/felino/gpio.c +++ b/src/mainboard/google/fatcat/variants/felino/gpio.c @@ -265,8 +265,8 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_F07, NONE), /* GPP_F08: NC */ PAD_NC(GPP_F08, NONE), - /* GPP_F09: NC */ - PAD_NC(GPP_F09, NONE), + /* GPP_F09: SX_EXIT_HOLDOFF# */ + PAD_CFG_NF(GPP_F09, NONE, DEEP, NF2), /* GPP_F10: HW_ID7 */ PAD_CFG_GPO(GPP_F10, 0, PLTRST), /* GPP_F11: TC_RETIMER_FORCE_PWR */