diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-03-27 11:01:56 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-08-01 18:49:25 +0000 |
commit | e4592e4996db71efe7a23dcaeb65b1ae307b557d (patch) | |
tree | 4f20f89e1045b7c355a3c702a9db19fe7e52cb04 /src/mainboard/starlabs/starbook/variants/rpl | |
parent | ed48fa684707f258ddbcb18f76bc23e6da01482b (diff) |
mb/starlabs/*: Add the subsystem ids for HDA
The Windows drivers require the subsystem ID to match on the PCI
device, so set these to allow the driver to install.
Change-Id: I01b36554d5322018efc72734a8e749cc06263577
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83621
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/starlabs/starbook/variants/rpl')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb index c7b8738f66..ac3ebdcbf8 100644 --- a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb @@ -168,6 +168,7 @@ chip soc/intel/alderlake end end device ref hda on + subsystemid 0x1e50 0x7007 register "pch_hda_sdi_enable[0]" = "1" register "pch_hda_audio_link_hda_enable" = "1" register "pch_hda_idisp_codec_enable" = "1" |