mb/google/trulo/var/pujjolo: Change stylus settings

Change stylus gpio and wake source setting to let eventlog could
show GPE #12 message when interrupt suspend by stylus.

BUG=b:439761057
TEST=Build and boot to OS, do the suspend_stress_test and check
eventlog show wake source information. And do warmboot/coldboot/
suspend 500 times stress test all pass.

Change-Id: I8d16e867fd56f1072b09bb6ab71b6d08a7d38376
Signed-off-by: Luca Lai <luca.lai@lcfc.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89129
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Luca Lai 2025-09-10 13:37:33 +08:00 committed by Matt DeVillier
commit 17c623277b
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ static const struct pad_config override_gpio_table[] = {
/* A11 : EN_SPK_PA ==> NC */
PAD_NC(GPP_A11, NONE),
/* A12 : SOC_PEN_DETECT_ODL */
PAD_CFG_GPI_SCI_HIGH(GPP_A12, NONE, PLTRST, EDGE_BOTH),
PAD_CFG_GPI_SCI_HIGH(GPP_A12, NONE, PLTRST, EDGE_SINGLE),
/* A13 : GPP_A13 ==> GSC_SOC_INT_ODL */
PAD_CFG_GPI_APIC(GPP_A13, NONE, PLTRST, LEVEL, INVERT),
/* A14 : USB_OC1# ==> NC */

View file

@ -303,7 +303,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_DW2_15"
register "key.wake_gpe" = "GPE0_DW0_12"
register "key.wakeup_route" = "WAKEUP_ROUTE_SCI"
register "key.wakeup_event_action" = "EV_ACT_DEASSERTED"
register "key.dev_name" = ""EJCT""