soc: intel_adsp: tools: cavstool.py: add PCI DIDs for Intel Arrow Lake

Add PCI device IDs for two Intel Arrow Lake variants.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2024-10-11 18:32:09 +03:00 committed by Alberto Escolar
parent 8795a17fa2
commit 2c79024b2f
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ def map_regs(log_only):
global cavs25, ace15, ace20, ace30
did = int(open(f"{pcidir}/device").read().rstrip(), 16)
cavs25 = did in [ 0xa0c8, 0x43c8, 0x4b55, 0x4b58, 0x7ad0, 0x51c8 ]
ace15 = did in [ 0x7e28 ]
ace15 = did in [ 0x7728, 0x7f50, 0x7e28 ]
ace20 = did in [ 0xa828 ]
ace30 = did in [ 0xe428 ]