From 4b3513056be7661268cd2d2dd98807d3e32f8ab0 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 4 Oct 2024 11:58:35 +0100 Subject: [PATCH] mb/starlabs/starlite_adl: Correct the SOC definition in devtree The wrong definition was used, so the code had no effect. The ID for the processor used is `b06e0`. Change-Id: I36e13074a77b93871c1d86664e35a33afe39a402 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/84659 Reviewed-by: Maxim Polyakov Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starlite_adl/variants/mk_v/devtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/starlite_adl/variants/mk_v/devtree.c b/src/mainboard/starlabs/starlite_adl/variants/mk_v/devtree.c index 331bc7f25b..36c043b961 100644 --- a/src/mainboard/starlabs/starlite_adl/variants/mk_v/devtree.c +++ b/src/mainboard/starlabs/starlite_adl/variants/mk_v/devtree.c @@ -17,7 +17,7 @@ void devtree_update(void) common_config = chip_get_common_soc_structure(); struct soc_power_limits_config *soc_conf_4core = - &cfg->power_limits_config[ADL_N_021_6W_CORE]; + &cfg->power_limits_config[ADL_N_041_6W_CORE]; struct device *nic_dev = pcidev_on_root(0x14, 3); struct device *touchscreen_dev = pcidev_on_root(0x15, 2);