Skip to content

Commit a8598c8

Browse files
committed
soc/intel/meteorlake/acpi/tcss_pcierp.asl: Add missing interrupt routing
Report IRQ rotues as in reference code. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent 4b81d22 commit a8598c8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/soc/intel/meteorlake/acpi/tcss_pcierp.asl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,14 @@ Method (HPME, 0, Serialized)
345345
}
346346
Return (0x00)
347347
}
348+
349+
Name (AR01, Package () {
350+
Package () {0x0000FFFF, 0, 0, 16 },
351+
Package () {0x0000FFFF, 1, 0, 17 },
352+
Package () {0x0000FFFF, 2, 0, 18 },
353+
Package () {0x0000FFFF, 3, 0, 19 },
354+
})
355+
356+
Method (_PRT, 0, NotSerialized) {
357+
Return (AR01)
358+
}

0 commit comments

Comments
 (0)