Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86: asus-armoury: add support for GA503QR

Add TDP data for laptop model GA503QR.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
Link: https://patch.msgid.link/20251129142621.152027-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>

authored by

Denis Benato and committed by
Ilpo Järvinen
859d4cea 611cf41e

+14
+14
drivers/platform/x86/asus-armoury.h
··· 824 824 }, 825 825 { 826 826 .matches = { 827 + DMI_MATCH(DMI_BOARD_NAME, "GA503QR"), 828 + }, 829 + .driver_data = &(struct power_data) { 830 + .ac_data = &(struct power_limits) { 831 + .ppt_pl1_spl_min = 15, 832 + .ppt_pl1_spl_def = 35, 833 + .ppt_pl1_spl_max = 80, 834 + .ppt_pl2_sppt_min = 65, 835 + .ppt_pl2_sppt_max = 80, 836 + }, 837 + }, 838 + }, 839 + { 840 + .matches = { 827 841 DMI_MATCH(DMI_BOARD_NAME, "GA503R"), 828 842 }, 829 843 .driver_data = &(struct power_data) {