Skip to content

Commit 9714158

Browse files
kv2019imarc-hb
authored andcommitted
sof-dump-status.py: add ADL-N PCI DID
Add PCI DID for ADL-N. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent d461ea8 commit 9714158

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/sof-dump-status.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def __init__(self):
3737
# pci-icl.c
3838
"0x34c8":"icl", "0x38c8":"jsl", "0x4dc8":"jsl",
3939
# pci-tgl.c
40-
"0xa0c8":"tgl", "0x43c8":"tgl-h", "0x4b55":"ehl", "0x4b58":"ehl", "0x7ad0": "adl-s", "0x51c8":"adl",
40+
"0xa0c8":"tgl", "0x43c8":"tgl-h", "0x4b55":"ehl", "0x4b58":"ehl", "0x7ad0": "adl-s",
41+
"0x51c8":"adl", "0x54c8":"adl-n",
4142
# pci-mtl.c
4243
"0x7e28":"mtl",
4344
# Other PCI IDs

0 commit comments

Comments
 (0)