Skip to content

Commit 8ba4e05

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

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,25 @@ static const struct dmi_system_id power_limits[] = {
732732
},
733733
},
734734
},
735+
{
736+
.matches = {
737+
DMI_MATCH(DMI_BOARD_NAME, "FA617XT"),
738+
},
739+
.driver_data = &(struct power_data) {
740+
.ac_data = &(struct power_limits) {
741+
.ppt_apu_sppt_min = 15,
742+
.ppt_apu_sppt_max = 80,
743+
.ppt_platform_sppt_min = 30,
744+
.ppt_platform_sppt_max = 145,
745+
},
746+
.dc_data = &(struct power_limits) {
747+
.ppt_apu_sppt_min = 25,
748+
.ppt_apu_sppt_max = 35,
749+
.ppt_platform_sppt_min = 45,
750+
.ppt_platform_sppt_max = 100,
751+
},
752+
},
753+
},
735754
{
736755
.matches = {
737756
DMI_MATCH(DMI_BOARD_NAME, "FX507VI"),

0 commit comments

Comments
 (0)