From f03c372a6e9d4d499e074ed3a50b2bf42f0d1fc2 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 4 Apr 2022 11:47:24 +0100 Subject: 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 Change-Id: I50c03a2df06af3ef1939afd0739e083a9056557f Reviewed-on: https://review.coreboot.org/c/coreboot/+/63348 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/starlabs/labtop/variants/cml/devicetree.cb | 1 - src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb | 1 - 2 files changed, 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3