From f55ec3d4f96b68b1cc4ac343859d742a61ee525d Mon Sep 17 00:00:00 2001 From: Ivy Jian Date: Wed, 12 Apr 2017 11:43:34 +0800 Subject: google/kahlee: Remove conflicting AAHB IRQ ASL The AMD internal A-link (AAHB device) doesn't support an IRQ, so remove it. This solves a conflict with the GPIO IRQ required for touchpad operation. Change-Id: Iefaf33cfb2babc29d35b5372fc3a338a72c78a4a Signed-off-by: Ivy Jian Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/19842 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/kahlee/acpi/carrizo_fch.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/kahlee/acpi') diff --git a/src/mainboard/google/kahlee/acpi/carrizo_fch.asl b/src/mainboard/google/kahlee/acpi/carrizo_fch.asl index 954ab43844..e3e8e9abd0 100644 --- a/src/mainboard/google/kahlee/acpi/carrizo_fch.asl +++ b/src/mainboard/google/kahlee/acpi/carrizo_fch.asl @@ -18,7 +18,6 @@ Device(AAHB) { Name(_UID,0x0) Name(_CRS, ResourceTemplate() { - IRQ(Edge, ActiveHigh, Exclusive) {7} Memory32Fixed(ReadWrite, 0xFEDC0000, 0x2000) }) -- cgit v1.2.3