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>
diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
index afa2243..71ae5ff 100644
--- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
+++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
@@ -71,9 +71,7 @@
 		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 afa3fa7..0a0efe9 100644
--- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb
+++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb
@@ -69,9 +69,7 @@
 		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