summaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-08-31 11:30:23 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-09-04 01:18:59 +0000
commitae6b01970fbb0b9b152d6bae5ffff9aa62c1b15c (patch)
treedaae218c5c32c934250d079f6da3597f4301f3e3 /src/mainboard/intel
parentf344afb670adfa7b24ec28e788972be1aeefa90e (diff)
tree: Use boolean for disable_c1_state_auto_demotion
Change-Id: If1cb63847ffbfed9bb09679931cfb23289bf59f0 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84163 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb b/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
index e97d19e0de..8223418682 100644
--- a/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
+++ b/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
@@ -53,7 +53,7 @@ chip soc/intel/meteorlake
register "s0ix_enable" = "true"
# Disable C1 C-state auto-demotion
- register "disable_c1_state_auto_demotion" = "1"
+ register "disable_c1_state_auto_demotion" = "true"
# Disable PKGC-state demotion
register "disable_package_c_state_demotion" = "1"