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@compal.com>
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/19842
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Ivy Jian 2017-04-12 11:43:34 +08:00 committed by Martin Roth
parent ca74434a8a
commit f55ec3d4f9
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ Device(AAHB) {
Name(_UID,0x0)
Name(_CRS, ResourceTemplate()
{
IRQ(Edge, ActiveHigh, Exclusive) {7}
Memory32Fixed(ReadWrite, 0xFEDC0000, 0x2000)
})