Skip to content

Commit 9ac7c8d

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

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,33 @@ static const struct dmi_system_id power_limits[] = {
886886
.requires_fan_curve = true,
887887
},
888888
},
889+
{
890+
.matches = {
891+
DMI_MATCH(DMI_BOARD_NAME, "FX607VU"),
892+
},
893+
.driver_data = &(struct power_data) {
894+
.ac_data = &(struct power_limits) {
895+
.ppt_pl1_spl_min = 28,
896+
.ppt_pl1_spl_def = 115,
897+
.ppt_pl1_spl_max = 135,
898+
.ppt_pl2_sppt_min = 28,
899+
.ppt_pl2_sppt_max = 135,
900+
.nv_dynamic_boost_min = 5,
901+
.nv_dynamic_boost_max = 25,
902+
.nv_temp_target_min = 75,
903+
.nv_temp_target_max = 87,
904+
},
905+
.dc_data = &(struct power_limits) {
906+
.ppt_pl1_spl_min = 25,
907+
.ppt_pl1_spl_max = 45,
908+
.ppt_pl2_sppt_min = 35,
909+
.ppt_pl2_sppt_max = 60,
910+
.nv_temp_target_min = 75,
911+
.nv_temp_target_max = 87,
912+
},
913+
.requires_fan_curve = true,
914+
},
915+
},
889916
{
890917
.matches = {
891918
DMI_MATCH(DMI_BOARD_NAME, "GA401Q"),

0 commit comments

Comments
 (0)