diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/trulo/overridetree.cb | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/src/mainboard/google/brya/variants/trulo/overridetree.cb b/src/mainboard/google/brya/variants/trulo/overridetree.cb index cbe3840ebf..25aaf80208 100644 --- a/src/mainboard/google/brya/variants/trulo/overridetree.cb +++ b/src/mainboard/google/brya/variants/trulo/overridetree.cb @@ -181,24 +181,6 @@ chip soc/intel/alderlake }, }" - register "power_limits_config[ADL_N_041_6W_CORE]" = "{ - .tdp_pl1_override = 20, - .tdp_pl2_override = 25, - .tdp_pl4 = 78, - }" - - register "power_limits_config[ADL_N_081_7W_CORE]" = "{ - .tdp_pl1_override = 20, - .tdp_pl2_override = 25, - .tdp_pl4 = 78, - }" - - register "power_limits_config[ADL_N_081_15W_CORE]" = "{ - .tdp_pl1_override = 20, - .tdp_pl2_override = 35, - .tdp_pl4 = 83, - }" - device domain 0 on device ref igpu on end device ref dtt on @@ -254,8 +236,8 @@ chip soc/intel/alderlake register "controls.power_limits" = "{ .pl1 = { - .min_power = 6000, - .max_power = 20000, + .min_power = 5000, + .max_power = 6000, .time_window_min = 28 * MSECS_PER_SEC, .time_window_max = 28 * MSECS_PER_SEC, .granularity = 500 @@ -351,8 +333,8 @@ chip soc/intel/alderlake register "controls.power_limits" = "{ .pl1 = { - .min_power = 15000, - .max_power = 20000, + .min_power = 14000, + .max_power = 15000, .time_window_min = 28 * MSECS_PER_SEC, .time_window_max = 28 * MSECS_PER_SEC, .granularity = 500 |