summaryrefslogtreecommitdiff
path: root/src/mainboard/starlabs/starbook/variants
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-08-10 17:25:44 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-08-11 17:36:58 +0000
commit259052f9dbd3a12c2dd964a7ee2781c720b1f132 (patch)
tree65f398424f5d1f152d0f3e25d8e09182f3082923 /src/mainboard/starlabs/starbook/variants
parent1ea2a1c182ea6310631071c64eaaed6e2d77f376 (diff)
tree: Use boolean for pch_hda_sdi_enable[]
Change-Id: I27568d1205216f697b48ffb09ce5208505718978 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83863 Reviewed-by: Dinesh Gehlot <digehlot@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/starlabs/starbook/variants')
-rw-r--r--src/mainboard/starlabs/starbook/variants/adl/devicetree.cb2
-rw-r--r--src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb
index b9e449fd46..f7096641e4 100644
--- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb
+++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb
@@ -174,7 +174,7 @@ chip soc/intel/alderlake
end
device ref hda on
subsystemid 0x1e50 0x7007
- register "pch_hda_sdi_enable[0]" = "1"
+ register "pch_hda_sdi_enable[0]" = "true"
register "pch_hda_audio_link_hda_enable" = "1"
register "pch_hda_idisp_codec_enable" = "1"
register "pch_hda_idisp_link_frequency" = "HDA_LINKFREQ_96MHZ"
diff --git a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb
index 989035c2ef..b19185e131 100644
--- a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb
+++ b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb
@@ -226,7 +226,7 @@ chip soc/intel/alderlake
end
device ref hda on
subsystemid 0x1e50 0x7007
- register "pch_hda_sdi_enable[0]" = "1"
+ register "pch_hda_sdi_enable[0]" = "true"
register "pch_hda_audio_link_hda_enable" = "1"
register "pch_hda_idisp_codec_enable" = "1"
register "pch_hda_idisp_link_frequency" = "HDA_LINKFREQ_96MHZ"