From 68a51ec0d31055222d84909249a40fd275c38060 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 2 Oct 2024 15:25:30 +0100 Subject: mb/starlabs/*: Don't disable Turbo Boost in Power Saver profile Tested on 24.04, disabling Turbo Boost increases power consumption which doesn't align with the aim of the Power Saver profile. Change-Id: I19e8189ee6c44d19bf222c921429284ed1e1aa2a Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/84628 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/byte_adl/variants/mk_ii/devtree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/starlabs/byte_adl') diff --git a/src/mainboard/starlabs/byte_adl/variants/mk_ii/devtree.c b/src/mainboard/starlabs/byte_adl/variants/mk_ii/devtree.c index 96e0b9326a..be9825e3b2 100644 --- a/src/mainboard/starlabs/byte_adl/variants/mk_ii/devtree.c +++ b/src/mainboard/starlabs/byte_adl/variants/mk_ii/devtree.c @@ -23,7 +23,6 @@ void devtree_update(void) /* Update PL1 & PL2 based on CMOS settings */ switch (get_power_profile(PP_POWER_SAVER)) { case PP_POWER_SAVER: - disable_turbo(); soc_conf_4core->tdp_pl1_override = 6; soc_conf_4core->tdp_pl2_override = 10; common_config->pch_thermal_trip = 30; -- cgit v1.2.3