diff --git a/tools/sof-dump-status.py b/tools/sof-dump-status.py index 1296f861..0d0d3a5c 100755 --- a/tools/sof-dump-status.py +++ b/tools/sof-dump-status.py @@ -47,6 +47,8 @@ def __init__(self): "0x7728":"arl", # pci-lnl.c "0xa828":"lnl", + # pci-ptl.c + "0xe428":"ptl", # Other PCI IDs "0x9d71":"kbl", "0x9d70":"skl", "0x33c8":"hsw", "0x3438":"bdw", "0x160c":"bdw", "0x0f04":"byt", "0x2284":"cht" diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index 626e0e2d..96f250fa 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -304,8 +304,8 @@ case "$platform" in # i2c_hid_acpi i2c-VEN_0488:00: i2c_hid_get_input: incomplete report (20/42405) ignore_str="$ignore_str""|i2c_hid_acpi i2c-VEN_0488:00: i2c_hid_get_input: incomplete report" ;; - lnl) - # ignore the ACPI error on LNL. + lnl|ptl) + # ignore the ACPI error on LNL and PTL. # kernel: ACPI: \: Can't tag data node ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node" esac