Skip to content

Commit 5d48666

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

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,34 @@ static const struct dmi_system_id power_limits[] = {
13401340
.requires_fan_curve = true,
13411341
},
13421342
},
1343+
{
1344+
.matches = {
1345+
DMI_MATCH(DMI_BOARD_NAME, "GU605MU"),
1346+
},
1347+
.driver_data = &(struct power_data) {
1348+
.ac_data = &(struct power_limits) {
1349+
.ppt_pl1_spl_min = 28,
1350+
.ppt_pl1_spl_max = 90,
1351+
.ppt_pl2_sppt_min = 28,
1352+
.ppt_pl2_sppt_max = 135,
1353+
.nv_dynamic_boost_min = 5,
1354+
.nv_dynamic_boost_max = 20,
1355+
.nv_temp_target_min = 75,
1356+
.nv_temp_target_max = 87,
1357+
.nv_tgp_min = 55,
1358+
.nv_tgp_max = 85,
1359+
},
1360+
.dc_data = &(struct power_limits) {
1361+
.ppt_pl1_spl_min = 25,
1362+
.ppt_pl1_spl_max = 35,
1363+
.ppt_pl2_sppt_min = 38,
1364+
.ppt_pl2_sppt_max = 53,
1365+
.nv_temp_target_min = 75,
1366+
.nv_temp_target_max = 87,
1367+
},
1368+
.requires_fan_curve = true,
1369+
},
1370+
},
13431371
{
13441372
.matches = {
13451373
DMI_MATCH(DMI_BOARD_NAME, "GU605M"),

0 commit comments

Comments
 (0)