aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cyan/acpi/touchscreen_melfas.asl')
-rw-r--r--src/mainboard/google/cyan/acpi/touchscreen_melfas.asl6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
index 8d36649f51..f54f8867d1 100644
--- a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
+++ b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
@@ -35,10 +35,8 @@ Scope (\_SB.PCI0.I2C1)
AddressingMode7Bit, /* AddressingMode */
"\\_SB.I2C1", /* ResourceSource */
)
- Interrupt (ResourceConsumer, Level, ActiveLow)
- {
- BOARD_TOUCH_IRQ
- }
+ GpioInt (Level, ActiveLow, ExclusiveAndWake, PullNone,,
+ "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
})
Return (BUF0)
}