aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/azalia.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-10-07 00:36:00 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2023-02-09 21:40:52 +0000
commit434d7d45829ed9da41b17fe56fe7affca001be21 (patch)
treeeace33bde0f5cda1c07272899bad213c9201881b /src/southbridge/intel/lynxpoint/azalia.c
parent05df1084edecdd7a0e9560371debacfe70ab3896 (diff)
sb/intel/lynxpoint: Add PCI DIDs for 9 series PCHs
The desktop 9 series PCHs should be the same as the 8 series PCHs. Change-Id: Iee93fee4f28b88a72c537944159fb7cbb2796235 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68187 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/azalia.c')
-rw-r--r--src/southbridge/intel/lynxpoint/azalia.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/lynxpoint/azalia.c b/src/southbridge/intel/lynxpoint/azalia.c
index f41b3c2f04..34f0753df8 100644
--- a/src/southbridge/intel/lynxpoint/azalia.c
+++ b/src/southbridge/intel/lynxpoint/azalia.c
@@ -122,6 +122,7 @@ static struct device_operations azalia_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_LPT_H_AUDIO,
+ PCI_DID_INTEL_LPT_H_AUDIO_9,
PCI_DID_INTEL_LPT_LP_AUDIO,
0
};