Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37861 )
Change subject: nb/haswell/minihd: correct subsystem ID ......................................................................
nb/haswell/minihd: correct subsystem ID
subsystem ID for Intel mini-HD is always 0x80860101
Change-Id: I74cbba31e93f9bb5b18d3ada780a0f24614ba029 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/northbridge/intel/haswell/minihd.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/37861/1
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 */