[coreboot-gerrit] Change in coreboot[master]: google/kahlee: Remove conflicting AAHB IRQ ASL

Marc Jones (Code Review) gerrit at coreboot.org
Wed May 24 01:07:17 CEST 2017


Marc Jones has uploaded a new change for review. ( https://review.coreboot.org/19842 )

Change subject: google/kahlee: Remove conflicting AAHB IRQ ASL
......................................................................

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 <ivy_jian at compal.com>
Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
M src/mainboard/google/kahlee/acpi/carrizo_fch.asl
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/19842/1

diff --git a/src/mainboard/google/kahlee/acpi/carrizo_fch.asl b/src/mainboard/google/kahlee/acpi/carrizo_fch.asl
index 954ab43..e3e8e9a 100644
--- a/src/mainboard/google/kahlee/acpi/carrizo_fch.asl
+++ b/src/mainboard/google/kahlee/acpi/carrizo_fch.asl
@@ -18,7 +18,6 @@
 	Name(_UID,0x0)
 	Name(_CRS, ResourceTemplate()
 	{
-		IRQ(Edge, ActiveHigh, Exclusive) {7}
 		Memory32Fixed(ReadWrite, 0xFEDC0000, 0x2000)
 	})
 

-- 
To view, visit https://review.coreboot.org/19842
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iefaf33cfb2babc29d35b5372fc3a338a72c78a4a
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>



More information about the coreboot-gerrit mailing list