Skip to content

Commit c6703f1

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

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
@@ -1567,6 +1567,35 @@ static const struct dmi_system_id power_limits[] = {
15671567
.requires_fan_curve = true,
15681568
},
15691569
},
1570+
{
1571+
.matches = {
1572+
DMI_MATCH(DMI_BOARD_NAME, "G835LW"),
1573+
},
1574+
.driver_data = &(struct power_data) {
1575+
.ac_data = &(struct power_limits) {
1576+
.ppt_pl1_spl_min = 28,
1577+
.ppt_pl1_spl_def = 140,
1578+
.ppt_pl1_spl_max = 175,
1579+
.ppt_pl2_sppt_min = 28,
1580+
.ppt_pl2_sppt_max = 175,
1581+
.nv_dynamic_boost_min = 5,
1582+
.nv_dynamic_boost_max = 25,
1583+
.nv_temp_target_min = 75,
1584+
.nv_temp_target_max = 87,
1585+
.nv_tgp_min = 80,
1586+
.nv_tgp_max = 150,
1587+
},
1588+
.dc_data = &(struct power_limits) {
1589+
.ppt_pl1_spl_min = 25,
1590+
.ppt_pl1_spl_max = 55,
1591+
.ppt_pl2_sppt_min = 25,
1592+
.ppt_pl2_sppt_max = 70,
1593+
.nv_temp_target_min = 75,
1594+
.nv_temp_target_max = 87,
1595+
},
1596+
.requires_fan_curve = true,
1597+
},
1598+
},
15701599
{
15711600
.matches = {
15721601
DMI_MATCH(DMI_BOARD_NAME, "H7606W"),

0 commit comments

Comments
 (0)