summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2019-12-19 19:37:36 -0600
committerMatt DeVillier <matt.devillier@gmail.com>2019-12-26 19:05:14 +0000
commitb5b8a7d540aae3bb1facb07792ac7ff93c78f415 (patch)
treeae02ade86294887e53305d216ca5b833ce9885ba
parenteafa2035ce71324d16cbc2a0ab1efd9c2f138dee (diff)
downloadcoreboot-b5b8a7d540aae3bb1facb07792ac7ff93c78f415.tar.xz
nb/haswell/minihd: correct subsystem ID
The subsystem ID for Intel Mini-HD is always 0x80860101. Change-Id: I74cbba31e93f9bb5b18d3ada780a0f24614ba029 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37861 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/northbridge/intel/haswell/minihd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/minihd.c b/src/northbridge/intel/haswell/minihd.c
index ff5b943f96..52b158e0c1 100644
--- a/src/northbridge/intel/haswell/minihd.c
+++ b/src/northbridge/intel/haswell/minihd.c
@@ -26,7 +26,7 @@
static const u32 minihd_verb_table[] = {
/* coreboot specific header */
0x80862807, // Codec Vendor / Device ID: Intel Haswell Mini-HD
- 0x00000000, // Subsystem ID
+ 0x80860101, // Subsystem ID
0x00000004, // Number of jacks
/* Enable 3rd Pin and Converter Widget */