Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37861 )
Change subject: nb/haswell/minihd: correct subsystem ID ......................................................................
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 --- M src/northbridge/intel/haswell/minihd.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/northbridge/intel/haswell/minihd.c b/src/northbridge/intel/haswell/minihd.c index ff5b943..52b158e 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 */