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>
This commit is contained in:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							f107b6c3a0
						
					
				
				
					commit
					eafa2035ce
				
			| @@ -27,8 +27,8 @@ | |||||||
|  |  | ||||||
| static const u32 minihd_verb_table[] = { | static const u32 minihd_verb_table[] = { | ||||||
| 	/* coreboot specific header */ | 	/* coreboot specific header */ | ||||||
| 	0x80862807,	// Codec Vendor / Device ID: Intel Mini-HD | 	0x80862808,	// Codec Vendor / Device ID: Intel Broadwell Mini-HD | ||||||
| 	0x00000000,	// Subsystem ID | 	0x80860101,	// Subsystem ID | ||||||
| 	0x00000004,	// Number of jacks | 	0x00000004,	// Number of jacks | ||||||
|  |  | ||||||
| 	/* Enable 3rd Pin and Converter Widget */ | 	/* Enable 3rd Pin and Converter Widget */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user