summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/bonw14/devicetree.cb
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-07-19 11:59:50 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-08-28 00:35:27 +0000
commit8c4d7e7e9112d079687a1679799c659b576e96cb (patch)
treebf591eb03470ed8b79ea9a524827ecdf64344c9b /src/mainboard/system76/bonw14/devicetree.cb
parent9c8debf6b53c451559f4372ab9c7682b860f8fd6 (diff)
tree: Use boolean for "eist_enable"
Change-Id: I4fc824bef1daf8c12eb671c58de9019ce5a23a2e Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83575 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
Diffstat (limited to 'src/mainboard/system76/bonw14/devicetree.cb')
-rw-r--r--src/mainboard/system76/bonw14/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/bonw14/devicetree.cb b/src/mainboard/system76/bonw14/devicetree.cb
index dee0bf5015..3a99ab44cb 100644
--- a/src/mainboard/system76/bonw14/devicetree.cb
+++ b/src/mainboard/system76/bonw14/devicetree.cb
@@ -18,7 +18,7 @@ chip soc/intel/cannonlake
}"
# Enable Enhanced Intel SpeedStep
- register "eist_enable" = "1"
+ register "eist_enable" = "true"
# FSP Memory (soc/intel/cannonlake/romstage/fsp_params.c)
register "enable_c6dram" = "1"