diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-09-21 08:42:35 +0100 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-10-20 14:22:23 +0000 |
commit | 8ef072cf14b435e0dbf26f2a183c7b92814f007d (patch) | |
tree | a7ddac93c3b522047c1b8648eb8ff14e9f0adba0 /src/mainboard/starlabs | |
parent | a86704aa10704c47694606e4ebd83fdabad302fa (diff) |
mb/starlabs/starbook/adl: Enable PchHdaSdiEnable
This is required for the HDA device to work.
Change-Id: I5fd3617c4cb1e69b7e0ecf6cddf4c143da99b927
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78201
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/starlabs')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/adl/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb index 50c54b9637..05127d78f6 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb @@ -172,6 +172,7 @@ chip soc/intel/alderlake end end device ref hda on + register "pch_hda_sdi_enable[0]" = "1" register "pch_hda_audio_link_hda_enable" = "1" register "pch_hda_idisp_codec_enable" = "1" register "pch_hda_idisp_link_frequency" = "HDA_LINKFREQ_96MHZ" |