Skip to content

Commit 063185b

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

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,35 @@ static const struct dmi_system_id power_limits[] = {
950950
},
951951
},
952952
},
953+
{
954+
.matches = {
955+
DMI_MATCH(DMI_BOARD_NAME, "GU605CR"),
956+
},
957+
.driver_data = &(struct power_data) {
958+
.ac_data = &(struct power_limits) {
959+
.ppt_pl1_spl_min = 30,
960+
.ppt_pl1_spl_max = 85,
961+
.ppt_pl2_sppt_min = 38,
962+
.ppt_pl2_sppt_max = 110,
963+
.nv_dynamic_boost_min = 5,
964+
.nv_dynamic_boost_max = 20,
965+
.nv_temp_target_min = 75,
966+
.nv_temp_target_max = 87,
967+
.nv_tgp_min = 80,
968+
.nv_tgp_def = 90,
969+
.nv_tgp_max = 105,
970+
},
971+
.dc_data = &(struct power_limits) {
972+
.ppt_pl1_spl_min = 30,
973+
.ppt_pl1_spl_max = 85,
974+
.ppt_pl2_sppt_min = 38,
975+
.ppt_pl2_sppt_max = 110,
976+
.nv_temp_target_min = 75,
977+
.nv_temp_target_max = 87,
978+
},
979+
.requires_fan_curve = true,
980+
},
981+
},
953982
{
954983
.matches = {
955984
DMI_MATCH(DMI_BOARD_NAME, "GU605CW"),

0 commit comments

Comments
 (0)