summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/minihd.c
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2019-12-19 19:39:25 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-12-26 10:55:02 +0000
commiteafa2035ce71324d16cbc2a0ab1efd9c2f138dee (patch)
tree4e195e606811e5db3d96f216017a55daf35acfcc /src/soc/intel/broadwell/minihd.c
parentf107b6c3a0beff0eea343d051dc460e033acd04c (diff)
downloadcoreboot-eafa2035ce71324d16cbc2a0ab1efd9c2f138dee.tar.gz
coreboot-eafa2035ce71324d16cbc2a0ab1efd9c2f138dee.tar.bz2
coreboot-eafa2035ce71324d16cbc2a0ab1efd9c2f138dee.zip
soc/broadwell/minihd: correct vendor, subsystem IDs
Codec vendor ID was copy/pasted from Haswell, should be 0x80862808. Subsystem ID for Intel Mini-HD is always 0x80860101. Change-Id: Idf4446d3437de0dc533baa3b2b4eb49f816807a6 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37860 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/minihd.c')
-rw-r--r--src/soc/intel/broadwell/minihd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/minihd.c b/src/soc/intel/broadwell/minihd.c
index 2e987bd9e5c5..40c257126a84 100644
--- a/src/soc/intel/broadwell/minihd.c
+++ b/src/soc/intel/broadwell/minihd.c
@@ -27,8 +27,8 @@
static const u32 minihd_verb_table[] = {
/* coreboot specific header */
- 0x80862807, // Codec Vendor / Device ID: Intel Mini-HD
- 0x00000000, // Subsystem ID
+ 0x80862808, // Codec Vendor / Device ID: Intel Broadwell Mini-HD
+ 0x80860101, // Subsystem ID
0x00000004, // Number of jacks
/* Enable 3rd Pin and Converter Widget */