From 5f0177ac5d9f6a3c0ca69e585f9361911dac9357 Mon Sep 17 00:00:00 2001 From: Luca Lai Date: Fri, 18 Jul 2025 14:48:03 +0800 Subject: [PATCH] mb/google/trulo/var/pujjolo: Update Stylus IRQ wakeup group Because when stylus bringing into the garage will resume from suspend using powerd_dbus_suspend command, so update the stylus setting which wake_gpe from DW0 to DW2 to fix the funtion. BUG=b:430712526 BRANCH=none TEST= Build and boot to OS and check when stylus bringing into garage and the system will not resume from suspend. Change-Id: I526b608b03631f365bb33fc44904c87b00a47436 Signed-off-by: Luca Lai Reviewed-on: https://review.coreboot.org/c/coreboot/+/88479 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/mainboard/google/brya/variants/pujjolo/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb index 3c6d1102e5..a68adf5425 100644 --- a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb +++ b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb @@ -241,7 +241,7 @@ chip soc/intel/alderlake chip drivers/generic/gpio_keys register "name" = ""PENH"" register "gpio" = "ACPI_GPIO_INPUT_ACTIVE_LOW(GPP_E0)" - register "key.wake_gpe" = "GPE0_DW0_12" + register "key.wake_gpe" = "GPE0_DW2_15" register "key.wakeup_route" = "WAKEUP_ROUTE_SCI" register "key.wakeup_event_action" = "EV_ACT_DEASSERTED" register "key.dev_name" = ""EJCT""