summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/hatch/variants/dooly/gpio.c2
-rw-r--r--src/mainboard/google/hatch/variants/dooly/overridetree.cb1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/variants/dooly/gpio.c b/src/mainboard/google/hatch/variants/dooly/gpio.c
index 4406c060ebb4..5fd88c254c73 100644
--- a/src/mainboard/google/hatch/variants/dooly/gpio.c
+++ b/src/mainboard/google/hatch/variants/dooly/gpio.c
@@ -12,7 +12,7 @@ static const struct pad_config gpio_table[] = {
/* A19 : GPP_A19 */
PAD_NC(GPP_A19, NONE),
/* A20 : TOUCH_INT_ODL */
- PAD_CFG_GPI_APIC(GPP_A20, NONE, PLTRST, LEVEL, NONE),
+ PAD_CFG_GPI_IRQ_WAKE(GPP_A20, NONE, PLTRST, LEVEL, INVERT),
/* A21 : FPMCU_PCH_BOOT0 */
PAD_NC(GPP_A21, NONE),
/* A22 : FPMCU_PCH_INT_L */
diff --git a/src/mainboard/google/hatch/variants/dooly/overridetree.cb b/src/mainboard/google/hatch/variants/dooly/overridetree.cb
index 69d142886b2c..3d7a4a5bdeb7 100644
--- a/src/mainboard/google/hatch/variants/dooly/overridetree.cb
+++ b/src/mainboard/google/hatch/variants/dooly/overridetree.cb
@@ -327,6 +327,7 @@ chip soc/intel/cannonlake
register "generic.probed" = "1"
register "generic.reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_D15)"
register "generic.reset_delay_ms" = "100"
+ register "generic.wake" = "GPE0_DW0_20"
register "generic.has_power_resource" = "1"
register "generic.disable_gpio_export_in_crs" = "1"
register "hid_desc_reg_offset" = "0x20"