Skip to content

Commit d40d7f8

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

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
@@ -1724,6 +1724,35 @@ static const struct dmi_system_id power_limits[] = {
17241724
.requires_fan_curve = true,
17251725
},
17261726
},
1727+
{
1728+
.matches = {
1729+
DMI_MATCH(DMI_BOARD_NAME, "G835LR"),
1730+
},
1731+
.driver_data = &(struct power_data) {
1732+
.ac_data = &(struct power_limits) {
1733+
.ppt_pl1_spl_min = 28,
1734+
.ppt_pl1_spl_def = 140,
1735+
.ppt_pl1_spl_max = 175,
1736+
.ppt_pl2_sppt_min = 28,
1737+
.ppt_pl2_sppt_max = 175,
1738+
.nv_dynamic_boost_min = 5,
1739+
.nv_dynamic_boost_max = 25,
1740+
.nv_temp_target_min = 75,
1741+
.nv_temp_target_max = 87,
1742+
.nv_tgp_min = 65,
1743+
.nv_tgp_max = 115,
1744+
},
1745+
.dc_data = &(struct power_limits) {
1746+
.ppt_pl1_spl_min = 25,
1747+
.ppt_pl1_spl_max = 55,
1748+
.ppt_pl2_sppt_min = 25,
1749+
.ppt_pl2_sppt_max = 70,
1750+
.nv_temp_target_min = 75,
1751+
.nv_temp_target_max = 87,
1752+
},
1753+
.requires_fan_curve = true,
1754+
},
1755+
},
17271756
{
17281757
.matches = {
17291758
DMI_MATCH(DMI_BOARD_NAME, "G835LW"),

0 commit comments

Comments
 (0)