mb/novacustom/mtl-h/devicetree.cb: Re-enable c-state auto-demotion

It was disabled while debugging S0ix issues during development.
Re-enable it now that S0ix is functional.

Change-Id: Ieab5229474ef93e96908b70e5986949b406fc0fa
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86693
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Michał Kopeć 2025-03-03 16:07:40 +01:00 committed by Matt DeVillier
commit e30d99f994

View file

@ -18,10 +18,6 @@ chip soc/intel/meteorlake
# SaGv configuration
register "sagv" = "SAGV_ENABLED"
# Disable C1 and Package C-state auto-demotion
register "disable_c1_state_auto_demotion" = "1"
register "disable_package_c_state_demotion" = "1"
# Enable Energy Reporting
register "pch_pm_energy_report_enable" = "1"