Skip to content

Commit b4f04a6

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

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,37 @@ static const struct dmi_system_id power_limits[] = {
592592
},
593593
},
594594
},
595+
{
596+
.matches = {
597+
DMI_MATCH(DMI_BOARD_NAME, "FA607NU"),
598+
},
599+
.driver_data = &(struct power_data) {
600+
.ac_data = &(struct power_limits) {
601+
.ppt_pl1_spl_min = 15,
602+
.ppt_pl1_spl_max = 80,
603+
.ppt_pl2_sppt_min = 35,
604+
.ppt_pl2_sppt_max = 80,
605+
.ppt_pl3_fppt_min = 35,
606+
.ppt_pl3_fppt_max = 80,
607+
.nv_dynamic_boost_min = 5,
608+
.nv_dynamic_boost_max = 25,
609+
.nv_temp_target_min = 75,
610+
.nv_temp_target_max = 87,
611+
},
612+
.dc_data = &(struct power_limits) {
613+
.ppt_pl1_spl_min = 25,
614+
.ppt_pl1_spl_def = 45,
615+
.ppt_pl1_spl_max = 65,
616+
.ppt_pl2_sppt_min = 25,
617+
.ppt_pl2_sppt_def = 54,
618+
.ppt_pl2_sppt_max = 65,
619+
.ppt_pl3_fppt_min = 25,
620+
.ppt_pl3_fppt_max = 65,
621+
.nv_temp_target_min = 75,
622+
.nv_temp_target_max = 87,
623+
},
624+
},
625+
},
595626
{
596627
.matches = {
597628
DMI_MATCH(DMI_BOARD_NAME, "FA607P"),

0 commit comments

Comments
 (0)