mb/starlabs/lite/{glk/glkr}: Remove subsystem device ID

Remove the subsystem device ID for HDA devices, so that the correct
Intel [8086:xxxx] is used. This was an old workaround for Windows
that is no longer required with a new driver.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I63d6a4b0f19d400d683cab5dacca787d6c6a0fdc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64448
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2022-05-18 09:13:42 +01:00 committed by Martin L Roth
parent cc88d982f4
commit b2f8d0c30c
2 changed files with 2 additions and 6 deletions

View File

@ -71,9 +71,7 @@ chip soc/intel/apollolake
device pci 0d.1 on end # PMC
device pci 0d.2 on end # SPI
device pci 0d.3 off end # Shared SRAM
device pci 0e.0 on # Audio
subsystemid 0x10ec 0x111e
end
device pci 0e.0 on end # Audio
device pci 0f.0 on end # Heci1
device pci 0f.1 on end # Heci2
device pci 0f.2 on end # Heci3

View File

@ -69,9 +69,7 @@ chip soc/intel/apollolake
device pci 0d.1 on end # PMC
device pci 0d.2 on end # SPI
device pci 0d.3 off end # Shared SRAM
device pci 0e.0 on # Audio
subsystemid 0x10ec 0x111e
end
device pci 0e.0 on end # Audio
device pci 0f.0 on end # Heci1
device pci 0f.1 on end # Heci2
device pci 0f.2 on end # Heci3