summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/mtlrvp
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-08-31 11:32:29 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-09-04 01:19:20 +0000
commitdb380e53ed24280c9544bd93f59fcac21c3d3902 (patch)
treedf7de15024e63c20db805a08262cc4a5f0d42d09 /src/mainboard/intel/mtlrvp
parentae6b01970fbb0b9b152d6bae5ffff9aa62c1b15c (diff)
tree: Use boolean for disable_package_c_state_demotion
Change-Id: I80ad02ca016ad2c8d0bfeb33e8309002dfe723c0 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84164 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/intel/mtlrvp')
-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 8223418682..9ba71183a0 100644
--- a/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
+++ b/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
@@ -56,7 +56,7 @@ chip soc/intel/meteorlake
register "disable_c1_state_auto_demotion" = "true"
# Disable PKGC-state demotion
- register "disable_package_c_state_demotion" = "1"
+ register "disable_package_c_state_demotion" = "true"
# Enable energy reporting
register "pch_pm_energy_report_enable" = "1"