mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 15:22:21 -04:00
platform/x86: asus-armoury: add support for HN7306EA and HN7306EAC
Add TDP data for laptop models HN7306EA and HN7306EAC. Signed-off-by: Flávio Barroso Neves <flaviobn@gmail.com> Link: https://patch.msgid.link/20260705195126.17120-1-flaviobn@gmail.com 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:
committed by
Ilpo Järvinen
parent
c18eb12447
commit
32ca220f74
@@ -2383,6 +2383,35 @@ static const struct dmi_system_id power_limits[] = {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_NAME, "HN7306EA"),
|
||||
},
|
||||
.driver_data = &(struct power_data) {
|
||||
.ac_data = &(struct power_limits) {
|
||||
.ppt_pl1_spl_min = 35,
|
||||
.ppt_pl1_spl_def = 60,
|
||||
.ppt_pl1_spl_max = 85,
|
||||
.ppt_pl2_sppt_min = 40,
|
||||
.ppt_pl2_sppt_def = 70,
|
||||
.ppt_pl2_sppt_max = 95,
|
||||
.ppt_pl3_fppt_min = 50,
|
||||
.ppt_pl3_fppt_def = 85,
|
||||
.ppt_pl3_fppt_max = 115,
|
||||
},
|
||||
.dc_data = &(struct power_limits) {
|
||||
.ppt_pl1_spl_min = 35,
|
||||
.ppt_pl1_spl_def = 45,
|
||||
.ppt_pl1_spl_max = 60,
|
||||
.ppt_pl2_sppt_min = 40,
|
||||
.ppt_pl2_sppt_def = 55,
|
||||
.ppt_pl2_sppt_max = 70,
|
||||
.ppt_pl3_fppt_min = 50,
|
||||
.ppt_pl3_fppt_def = 65,
|
||||
.ppt_pl3_fppt_max = 85,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_NAME, "RC71"),
|
||||
|
||||
Reference in New Issue
Block a user