Skip to content

Commit 37da69d

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

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,20 @@ static const struct dmi_system_id power_limits[] = {
17081708
.requires_fan_curve = true,
17091709
},
17101710
},
1711+
{
1712+
.matches = {
1713+
DMI_MATCH(DMI_BOARD_NAME, "G733QS"),
1714+
},
1715+
.driver_data = &(struct power_data) {
1716+
.ac_data = &(struct power_limits) {
1717+
.ppt_pl1_spl_min = 15,
1718+
.ppt_pl1_spl_max = 80,
1719+
.ppt_pl2_sppt_min = 15,
1720+
.ppt_pl2_sppt_max = 80,
1721+
},
1722+
.requires_fan_curve = false,
1723+
},
1724+
},
17111725
{
17121726
.matches = {
17131727
DMI_MATCH(DMI_BOARD_NAME, "G814J"),

0 commit comments

Comments
 (0)