Skip to content

Commit 43098a5

Browse files
NeroReflexij-intel
authored andcommitted
platform/x86: asus-armoury: fix ppt data for FA608UM
ppt_pl3_fppt_def and ppt_pl3_fppt_max are wrong: correct it. Fixes: a22d893 ("platform/x86: asus-armoury: add support for FA608UM") Signed-off-by: Denis Benato <denis.benato@linux.dev> Link: https://patch.msgid.link/20260116180637.859803-2-denis.benato@linux.dev Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 467d4af commit 43098a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ static const struct dmi_system_id power_limits[] = {
611611
.ppt_pl2_sppt_def = 54,
612612
.ppt_pl2_sppt_max = 90,
613613
.ppt_pl3_fppt_min = 35,
614-
.ppt_pl3_fppt_def = 90,
615-
.ppt_pl3_fppt_max = 65,
614+
.ppt_pl3_fppt_def = 65,
615+
.ppt_pl3_fppt_max = 90,
616616
.nv_dynamic_boost_min = 10,
617617
.nv_dynamic_boost_max = 15,
618618
.nv_temp_target_min = 75,

0 commit comments

Comments
 (0)