From nobody Sat Feb 7 15:11:43 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 B20AB8F48 for ; Thu, 25 Dec 2025 02:53:17 +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=1766631200; cv=none; b=J8ra8f2KSQKD/l7c7J1l1jo7ABuX3bMbzQxwQMaYStJtz+KJUXfOH+cdpqOuaYJrJOpNvFuehX1gtRN10VutpySvfRi36fEVaFqHx187cZMweguZ0mpxTPL6noI4Ph36G2JEO7EmHnbb0uxMFj2YXYRxPCn/qVcYCFkCF2qFzWg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766631200; c=relaxed/simple; bh=c7Md9oSmcjY2+BEm/jBq4SHq4Vq0DRQdOJjrjqVzH4U=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=DbiYebkBLMW6QKB4WysJCuhP5pPoRILFHvvBtDrkB9rOYRMQ57/U/AyvDdCK24lcTHqylL5vh/9fkQ53Hb3+yVRsveR5ThBwuv5c3uXvM+Qqe/4Grp79B09tpcgZNVlEHtCPYqPlAfjSd2vFy5HmM71dwWRlN8eGlxPUXho06NE= 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=PBxFLJnM; 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="PBxFLJnM" 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=1766631186; 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; bh=u24y6gjcAX+Iq0jDwE2IF8tDLxBMC9XjBD3YbgOfHOs=; b=PBxFLJnMUfvDYYsE3Kq/DcHIGCa+YGC2pOlkhQ7jebypp7yDgwU44iRb1drj0ZNCjCf+9v RJTHEnDzYNwH5YFs+PK5NQQOeWvJ3n2nYDBkFTYTq5l/6xHaNGWfyezefIYJYQAqybHTqt Fl+jy+P6CATmdvOtPctBeIAsbA5gPnY= 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] platform/x86: asus-armoury: add support for GA403WR Date: Thu, 25 Dec 2025 03:53:01 +0100 Message-ID: <20251225025301.1980627-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 GA403WR. 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 a1bb2005c3f3..6a9f8e2900bf 100644 --- a/drivers/platform/x86/asus-armoury.h +++ b/drivers/platform/x86/asus-armoury.h @@ -822,6 +822,38 @@ static const struct dmi_system_id power_limits[] =3D { .requires_fan_curve =3D true, }, }, + { + .matches =3D { + DMI_MATCH(DMI_BOARD_NAME, "GA403WR"), + }, + .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 25, + .ppt_pl2_sppt_max =3D 80, + .ppt_pl3_fppt_min =3D 35, + .ppt_pl3_fppt_max =3D 80, + .nv_dynamic_boost_min =3D 0, + .nv_dynamic_boost_max =3D 25, + .nv_temp_target_min =3D 75, + .nv_temp_target_max =3D 87, + .nv_tgp_min =3D 80, + .nv_tgp_max =3D 95, + }, + .dc_data =3D &(struct power_limits) { + .ppt_pl1_spl_min =3D 15, + .ppt_pl1_spl_max =3D 35, + .ppt_pl2_sppt_min =3D 25, + .ppt_pl2_sppt_max =3D 35, + .ppt_pl3_fppt_min =3D 35, + .ppt_pl3_fppt_max =3D 65, + .nv_temp_target_min =3D 75, + .nv_temp_target_max =3D 87, + }, + .requires_fan_curve =3D true, + }, + }, { .matches =3D { DMI_MATCH(DMI_BOARD_NAME, "GA503QR"), --=20 2.52.0