Skip to content

Commit 841ff62

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

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
@@ -1303,6 +1303,35 @@ static const struct dmi_system_id power_limits[] = {
13031303
},
13041304
},
13051305
},
1306+
{
1307+
.matches = {
1308+
DMI_MATCH(DMI_BOARD_NAME, "GU605CP"),
1309+
},
1310+
.driver_data = &(struct power_data) {
1311+
.ac_data = &(struct power_limits) {
1312+
.ppt_pl1_spl_min = 45,
1313+
.ppt_pl1_spl_max = 75,
1314+
.ppt_pl2_sppt_min = 56,
1315+
.ppt_pl2_sppt_max = 95,
1316+
.nv_dynamic_boost_min = 5,
1317+
.nv_dynamic_boost_max = 15,
1318+
.nv_temp_target_min = 75,
1319+
.nv_temp_target_max = 87,
1320+
.nv_tgp_min = 55,
1321+
.nv_tgp_def = 75,
1322+
.nv_tgp_max = 95,
1323+
},
1324+
.dc_data = &(struct power_limits) {
1325+
.ppt_pl1_spl_min = 25,
1326+
.ppt_pl1_spl_max = 75,
1327+
.ppt_pl2_sppt_min = 32,
1328+
.ppt_pl2_sppt_max = 95,
1329+
.nv_temp_target_min = 75,
1330+
.nv_temp_target_max = 87,
1331+
},
1332+
.requires_fan_curve = true,
1333+
},
1334+
},
13061335
{
13071336
.matches = {
13081337
DMI_MATCH(DMI_BOARD_NAME, "GU605CR"),

0 commit comments

Comments
 (0)