diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-04-04 11:47:24 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-06 16:20:51 +0000 |
commit | f03c372a6e9d4d499e074ed3a50b2bf42f0d1fc2 (patch) | |
tree | c8aee8cbb88b67aa085ecddad30e49e9686b270e /src | |
parent | e9b417c0a0fed113e4254510513f847ec56b5bb3 (diff) |
mb/starlabs/labtop: 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: I50c03a2df06af3ef1939afd0739e083a9056557f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63348
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/starlabs/labtop/variants/cml/devicetree.cb | 1 | ||||
-rw-r--r-- | src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/starlabs/labtop/variants/cml/devicetree.cb b/src/mainboard/starlabs/labtop/variants/cml/devicetree.cb index c0077a4128..b3d7f34a4c 100644 --- a/src/mainboard/starlabs/labtop/variants/cml/devicetree.cb +++ b/src/mainboard/starlabs/labtop/variants/cml/devicetree.cb @@ -182,7 +182,6 @@ chip soc/intel/cannonlake device pci 1f.1 off end # P2SB device pci 1f.2 hidden end # Power Management Controller device pci 1f.3 on # Intel HDA - subsystemid 0x10ec 0x1200 register "PchHdaAudioLinkHda" = "1" end device pci 1f.4 on end # SMBus diff --git a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb index 626425728d..ed65f4e11a 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb +++ b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb @@ -232,7 +232,6 @@ chip soc/intel/tigerlake device pci 1f.1 off end # P2SB device pci 1f.2 hidden end # Power Management Controller device pci 1f.3 on # Intel HDA - subsystemid 0x10ec 0x1200 register "PchHdaAudioLinkHdaEnable" = "1" end device pci 1f.4 on end # SMBus |