Skip to content

Commit 55419f9

Browse files
plbossartmarc-hb
authored andcommitted
sof-dump-status.py: add missing PCI IDs
realign with pci-tgl.c Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 10796f5 commit 55419f9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tools/sof-dump-status.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ 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",
41-
"0x51c8":"adl", "0x54c8":"adl-n",
40+
"0xa0c8":"tgl", "0x43c8":"tgl-h", "0x4b55":"ehl", "0x4b58":"ehl", "0x7ad0":"adl-s",
41+
"0x7a50":"rpl-s", "0x51c8":"adl", "0x51c9":"adl",
42+
"0x51ca":"rpl", "0x51cb":"rpl", "0x51cc":"adl", "0x51cd":"adl", "0x51ce":"rpl", "0x51cf":"rpl",
43+
"0x54c8":"adl-n",
4244
# pci-mtl.c
4345
"0x7e28":"mtl",
4446
# Other PCI IDs

0 commit comments

Comments
 (0)