Skip to content

Commit a22d893

Browse files
NeroReflexij-intel
authored andcommitted
platform/x86: asus-armoury: add support for FA608UM
Add TDP data for laptop model FA608UM. Signed-off-by: Denis Benato <denis.benato@linux.dev> Link: https://patch.msgid.link/20251225030354.2315874-1-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 a051171 commit a22d893

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,42 @@ static const struct dmi_system_id power_limits[] = {
552552
},
553553
},
554554
},
555+
{
556+
.matches = {
557+
DMI_MATCH(DMI_BOARD_NAME, "FA608UM"),
558+
},
559+
.driver_data = &(struct power_data) {
560+
.ac_data = &(struct power_limits) {
561+
.ppt_pl1_spl_min = 15,
562+
.ppt_pl1_spl_def = 45,
563+
.ppt_pl1_spl_max = 90,
564+
.ppt_pl2_sppt_min = 35,
565+
.ppt_pl2_sppt_def = 54,
566+
.ppt_pl2_sppt_max = 90,
567+
.ppt_pl3_fppt_min = 35,
568+
.ppt_pl3_fppt_def = 90,
569+
.ppt_pl3_fppt_max = 65,
570+
.nv_dynamic_boost_min = 10,
571+
.nv_dynamic_boost_max = 15,
572+
.nv_temp_target_min = 75,
573+
.nv_temp_target_max = 87,
574+
.nv_tgp_min = 55,
575+
.nv_tgp_max = 100,
576+
},
577+
.dc_data = &(struct power_limits) {
578+
.ppt_pl1_spl_min = 15,
579+
.ppt_pl1_spl_def = 45,
580+
.ppt_pl1_spl_max = 65,
581+
.ppt_pl2_sppt_min = 35,
582+
.ppt_pl2_sppt_def = 54,
583+
.ppt_pl2_sppt_max = 65,
584+
.ppt_pl3_fppt_min = 35,
585+
.ppt_pl3_fppt_max = 65,
586+
.nv_temp_target_min = 75,
587+
.nv_temp_target_max = 87,
588+
},
589+
},
590+
},
555591
{
556592
.matches = {
557593
DMI_MATCH(DMI_BOARD_NAME, "FA608WI"),

0 commit comments

Comments
 (0)