diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-05-18 09:13:42 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-28 03:48:03 +0000 |
commit | b2f8d0c30c85b35c924d3655770b840913193d1e (patch) | |
tree | 885e57508c5ad7382dcf57db5e43ebe0d8fa2606 | |
parent | cc88d982f45a3d36c63dbfa1b3715fd59f3d4e01 (diff) |
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>
-rw-r--r-- | src/mainboard/starlabs/lite/variants/glk/devicetree.cb | 4 | ||||
-rw-r--r-- | src/mainboard/starlabs/lite/variants/glkr/devicetree.cb | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb index afa2243d7a..71ae5ffb9c 100644 --- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb @@ -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 diff --git a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb index afa3fa7946..0a0efe9517 100644 --- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb @@ -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 |