Attention is currently required from: David Wu. Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59035 )
Change subject: mb/google/brya/var/kano: Add gpio-keys ACPI node for PENH ......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/google/brya/variants/kano/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/59035/comment/cfbc911b_a77d41e7 PS1, Line 230: register "key.wake_gpe" = "GPE0_DW1_17" The baseboard has defined the three GPE0_DW* groups as:
``` # GPE configuration register "pmc_gpe0_dw0" = "GPP_A" register "pmc_gpe0_dw1" = "GPP_E" register "pmc_gpe0_dw2" = "GPP_F" ```
which means the GPP_D group cannot be used for GPEs (wakes).
If kano is not using one of those groups for wake events, you could override the GPE assignments for kano in this file.