From nobody Thu Apr 16 17:32:55 2026 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 500723AE70B for ; Thu, 26 Feb 2026 14:19:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772115592; cv=none; b=eOiXZC8oWWJvQ5g054aqGkX7BrLEi/DOYtLddJjgfPHH6Eh+kfssJ6YSmRmT4L9P1mqgk/gjzNioy+DNnsbJlFHCV7jrcyRdxskEhsaisxcvIeP1K5Cky5TGbRF+SpsBKNKBRdBIAC3aAU77dS4aLYIkAPx2LOYvL4JH1lCJT/w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772115592; c=relaxed/simple; bh=05odd7jsKJOii99Ux0pKgZiDWHXOCiHQHIBPYGpEulE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=l+wszwg43WCrLXnSZCNklZVaCybWgibue6xf9BsqeWpJr2U5o/anO4Idb8pC+DO619Dn7FzxWn4HzghYuYpg211f1L5HGjG+rTy6mz2RAi1kh4dzNg8w2hjpewgPlMgFupPQewmU7PbSak/d6GVUlJdEw/NBUcfsYgZZ7bBWUV4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=GGasqGAb; arc=none smtp.client-ip=91.218.175.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="GGasqGAb" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1772115589; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aLKSga4L6fgkyP1SiMgZ6g3DH4/YisYxf/RuxuzRkWo=; b=GGasqGAb9CC7E/6GhCMWGdAeNLb/eHhQy1U5O9uEVuKvQNhiTEpdRtdaIf+DoboD5rt0Zm dOnhSREPfu22kZBtQxC+QL5QHO9GD3uRNwB4nQbAorzQgdXDE6Zr484Ko8+G9FlI9bScx0 wr2CJGAvdaT5xEeSh5QC1G9/az4VCYs= From: Denis Benato To: linux-kernel@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org, "Hans de Goede" , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , "Luke D . Jones" , "Mateusz Schyboll" , "Denis Benato" , "Denis Benato" Subject: [PATCH 1/2] platform/x86: asus-armoury: add support for GX650RX Date: Thu, 26 Feb 2026 15:19:43 +0100 Message-ID: <20260226141944.352923-2-denis.benato@linux.dev> In-Reply-To: <20260226141944.352923-1-denis.benato@linux.dev> References: <20260226141944.352923-1-denis.benato@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" Add TDP data for laptop model GX650RX. Signed-off-by: Denis Benato --- drivers/platform/x86/asus-armoury.h | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asu= s-armoury.h index 001c011fdd56..f9d9136aec7b 100644 --- a/drivers/platform/x86/asus-armoury.h +++ b/drivers/platform/x86/asus-armoury.h @@ -1457,6 +1457,38 @@ static const struct dmi_system_id power_limits[] =3D= { }, }, }, + { + .matches =3D { + DMI_MATCH(DMI_BOARD_NAME, "GX650RX"), + }, + .driver_data =3D &(struct power_data) { + .ac_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 28, + .ppt_pl1_spl_def =3D 70, + .ppt_pl1_spl_max =3D 90, + .ppt_pl2_sppt_min =3D 28, + .ppt_pl2_sppt_def =3D 70, + .ppt_pl2_sppt_max =3D 100, + .ppt_pl3_fppt_min =3D 28, + .ppt_pl3_fppt_def =3D 110, + .ppt_pl3_fppt_max =3D 125, + .nv_dynamic_boost_min =3D 5, + .nv_dynamic_boost_max =3D 25, + .nv_temp_target_min =3D 76, + .nv_temp_target_max =3D 87, + }, + .dc_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 28, + .ppt_pl1_spl_max =3D 50, + .ppt_pl2_sppt_min =3D 28, + .ppt_pl2_sppt_max =3D 50, + .ppt_pl3_fppt_min =3D 28, + .ppt_pl3_fppt_max =3D 65, + .nv_temp_target_min =3D 76, + .nv_temp_target_max =3D 87, + }, + }, + }, { .matches =3D { DMI_MATCH(DMI_BOARD_NAME, "G513I"), --=20 2.53.0 From nobody Thu Apr 16 17:32:55 2026 Received: from out-179.mta0.migadu.com (out-179.mta0.migadu.com [91.218.175.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4A33137417F for ; Thu, 26 Feb 2026 14:19:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.179 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772115593; cv=none; b=ZQM94y6hg3WLg29dh993jn9MOzf5ebfU6STReNeNWvGY835QoaNhuD+tvQ0Wn+g6MDI0GlYyFFb4u9vQBziSlkFJnKhWSTS/npI8S5061ODzNvjH3xnYi1crNcT+8nDoWU+ULi4AHIVpwXtKmL8P848LKZeFWoLMeDJ5Z9pDVUg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772115593; c=relaxed/simple; bh=eS/iX+gRYCpehjmqHNRpPkGfJopM2hvSUlkJVgObF/M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=UdLe6d4yf9zvau+GZYd5VivzzjYKK0E7mn1QR6Hh59FSbS2gLKbb0RJl1HW0dBpHWF+dELlJcKJe9/lYBaEn3GKllVk+KCa7N5gL5E0D+Q8pWWV5Q+Kha8PcIPNrPIN4Yq5s6trrQzreJVwKeXP1eCIeLZdRds9u+pZ4lgmDqt8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=HB3+9Qnh; arc=none smtp.client-ip=91.218.175.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="HB3+9Qnh" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1772115590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ueV2ALXu7VuLVbuBCcEUzmMziBsQnH0gXooUcqbuR9M=; b=HB3+9Qnh0Mg/rrXk2G0u0WKJ8HKH5A/XkFFJCb5awLJHDfGTUOwUl5YCPjDsPrF3+SmTBy OdHTQG8/srHXuzmV4CLKd2yDcrv/Qmes6NqdicaLrPodygwxhCNUzmquw62jdqiaH2R3pB h0BS/Wnib0SRJ45hziWI5Qln/Oc92aY= From: Denis Benato To: linux-kernel@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org, "Hans de Goede" , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , "Luke D . Jones" , "Mateusz Schyboll" , "Denis Benato" , "Denis Benato" Subject: [PATCH 2/2] platform/x86: asus-armoury: add support for FA401UM Date: Thu, 26 Feb 2026 15:19:44 +0100 Message-ID: <20260226141944.352923-3-denis.benato@linux.dev> In-Reply-To: <20260226141944.352923-1-denis.benato@linux.dev> References: <20260226141944.352923-1-denis.benato@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" Add TDP data for laptop model FA401UM. Signed-off-by: Denis Benato --- drivers/platform/x86/asus-armoury.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asu= s-armoury.h index f9d9136aec7b..208f6fe16168 100644 --- a/drivers/platform/x86/asus-armoury.h +++ b/drivers/platform/x86/asus-armoury.h @@ -346,6 +346,35 @@ struct power_data { * _def is not required and will be assumed to be default =3D=3D max if mi= ssing. */ static const struct dmi_system_id power_limits[] =3D { + { + .matches =3D { + DMI_MATCH(DMI_BOARD_NAME, "FA401UM"), + }, + .driver_data =3D &(struct power_data) { + .ac_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 15, + .ppt_pl1_spl_max =3D 80, + .ppt_pl2_sppt_min =3D 35, + .ppt_pl2_sppt_max =3D 80, + .ppt_pl3_fppt_min =3D 35, + .ppt_pl3_fppt_max =3D 80, + .nv_dynamic_boost_min =3D 5, + .nv_dynamic_boost_max =3D 15, + .nv_temp_target_min =3D 75, + .nv_temp_target_max =3D 87, + }, + .dc_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 25, + .ppt_pl1_spl_max =3D 35, + .ppt_pl2_sppt_min =3D 31, + .ppt_pl2_sppt_max =3D 44, + .ppt_pl3_fppt_min =3D 45, + .ppt_pl3_fppt_max =3D 65, + .nv_temp_target_min =3D 75, + .nv_temp_target_max =3D 87, + }, + }, + }, { .matches =3D { DMI_MATCH(DMI_BOARD_NAME, "FA401UV"), --=20 2.53.0