mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
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>
This commit is contained in:
parent
a06bb57b2e
commit
8ba4e0598d
|
|
@ -732,6 +732,25 @@ static const struct dmi_system_id power_limits[] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_NAME, "FA617XT"),
|
||||
},
|
||||
.driver_data = &(struct power_data) {
|
||||
.ac_data = &(struct power_limits) {
|
||||
.ppt_apu_sppt_min = 15,
|
||||
.ppt_apu_sppt_max = 80,
|
||||
.ppt_platform_sppt_min = 30,
|
||||
.ppt_platform_sppt_max = 145,
|
||||
},
|
||||
.dc_data = &(struct power_limits) {
|
||||
.ppt_apu_sppt_min = 25,
|
||||
.ppt_apu_sppt_max = 35,
|
||||
.ppt_platform_sppt_min = 45,
|
||||
.ppt_platform_sppt_max = 100,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_NAME, "FX507VI"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user