From nobody Sun Jun 14 02:35:30 2026 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.12]) (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 83B203E024B for ; Mon, 4 May 2026 15:27:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.77.101.12 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777908478; cv=none; b=NPTkhNK5DDZM7rIl00DdffjHBnjkCFel5MsjK2j1JS2qAPpJsdbB7XjkVQqGtGq0d2AUg16FdyJPKjIAB7NfQC4FptWk8n5cynBVlpgjPtQIXQOhCmvweZKtokJO3ZjeKTY8DxClQgLRCzg24NNj0HbJRWpELCrO3bqDiqRo5VI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777908478; c=relaxed/simple; bh=9tXj5jzx0LJOIKHtlQ53NKu8/mNJfmhfr35XqM4lZdU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=lVxujSLE3xjjpGhBmsNmS6BmoB2u8ekXScpscuzCU45HgTDaWPouE154KU1mhFfUOBxga9n5xeXWKg7IA5CTVcao4AdLp8AXH8o6krY07Z3/uZA17DBh1pC3dLh4zAcISR2GzU6VEZXP1pfLPCCZLPWUvMT3T1sq9DK1YA/74Gs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl; spf=pass smtp.mailfrom=wp.pl; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b=AcKMmLWK; arc=none smtp.client-ip=212.77.101.12 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wp.pl Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b="AcKMmLWK" Received: (wp-smtpd smtp.wp.pl 2671 invoked from network); 4 May 2026 17:27:47 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=20241105; t=1777908467; bh=1muykjFIIU6vgtZLfl4vZjG8zzlzTdgA63NBX5Jm6yI=; h=From:To:Cc:Subject; b=AcKMmLWKE21+r6LqDh3oZUDfmyZqDEmyB4TKvUNs2bRGhHR3q73nTtxOJH29dDc55 wPwC9pYSo9HMv/LlAISEDMGFJJGmGXEMigKN03D1Bs39oAr489I4H1U7lPyqKrUATs B5fRNs4YopqY9JO32s5Zh2V+5AdS5N7A2MhCBqKQyiBgU3MvCU/r2xcHO+MtYIGQqa bT0gpD3Oguma/bgwY+o/U07jUMm2KTyB2woJwRhHGbDUG2KHdj/OxgocRBeHDGw4Ce ziSo2+TJiRb6gRarY6cqQaDJk9hbriqaJPkjavPoxl6GvzCJc1wpiobIrGTsWPTvFU mGhYmR55hNLfQ== Received: from pub-142.188.multiplay.pl (HELO ad-Inspiron-14-5441) (adamszyma@wp.pl@[178.219.142.188]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with TLS_AES_256_GCM_SHA384 encrypted SMTP for ; 4 May 2026 17:27:47 +0200 From: Adam Szyma To: linux-arm-msm@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org, andersson@kernel.org, quic_bjorande@quicinc.com, val@packett.cool, Adam Szyma Subject: [PATCH] arm64: dts: qcom: Add Dell Inspiron 14 Plus 5441 Date: Mon, 4 May 2026 17:08:12 +0200 Message-ID: <20260504150812.15385-1-adamszyma@wp.pl> X-Mailer: git-send-email 2.53.0 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-WP-DKIM-Status: good (id: wp.pl) X-WP-MailID: 4d69c8ef495984d62e34a26ec3d5f04b X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [8WM9] Content-Type: text/plain; charset="utf-8" Add device tree for the Dell Inspiron 14 Plus 5441 laptop which uses the Qualcomm Snapdragon X Plus X1P64100 SoC. The device shares the same platform (Thena) as the Dell Inspiron 14 Plus 7441 and Dell Latitude 7455, and reuses the x1-dell-thena.dtsi include. Signed-off-by: Adam Szyma --- arch/arm64/boot/dts/qcom/Makefile | 1 + .../x1p64100-dell-inspiron-14-plus-5441.dts | 42 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/x1p64100-dell-inspiron-14-plus= -5441.dts diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/M= akefile index 4ba8e7306..8fb09ec5b 100644 --- a/arch/arm64/boot/dts/qcom/Makefile +++ b/arch/arm64/boot/dts/qcom/Makefile @@ -449,3 +449,4 @@ x1p42100-lenovo-thinkbook-16-el2-dtbs :=3D x1p42100-len= ovo-thinkbook-16.dtb x1-el2 dtb-$(CONFIG_ARCH_QCOM) +=3D x1p42100-lenovo-thinkbook-16.dtb x1p42100-len= ovo-thinkbook-16-el2.dtb x1p64100-microsoft-denali-el2-dtbs :=3D x1p64100-microsoft-denali.dtb x1-e= l2.dtbo dtb-$(CONFIG_ARCH_QCOM) +=3D x1p64100-microsoft-denali.dtb x1p64100-micros= oft-denali-el2.dtb +dtb-$(CONFIG_ARCH_QCOM) +=3D x1p64100-dell-inspiron-14-plus-5441.dtb diff --git a/arch/arm64/boot/dts/qcom/x1p64100-dell-inspiron-14-plus-5441.d= ts b/arch/arm64/boot/dts/qcom/x1p64100-dell-inspiron-14-plus-5441.dts new file mode 100644 index 000000000..d38febdc4 --- /dev/null +++ b/arch/arm64/boot/dts/qcom/x1p64100-dell-inspiron-14-plus-5441.dts @@ -0,0 +1,42 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2026 Adam Szyma + */ +/dts-v1/; +#include "hamoa.dtsi" +#include "x1-dell-thena.dtsi" + +/ { + model =3D "Dell Inspiron 14 Plus 5441"; + compatible =3D "dell,inspiron-14-plus-5441", + "qcom,x1p64100", "qcom,x1e80100"; +}; + +&sound { + model =3D "X1E80100-Dell-Inspiron-14p-5441"; +}; + +&gpu { + status =3D "okay"; +}; + +&gpu_zap_shader { + firmware-name =3D "qcom/x1e80100/dell/inspiron-14-plus-5441/qcdxkmsuc8380= .mbn"; +}; + +&iris { + firmware-name =3D "qcom/x1e80100/dell/inspiron-14-plus-5441/qcvss8380.mbn= "; + status =3D "okay"; +}; + +&remoteproc_adsp { + firmware-name =3D "qcom/x1e80100/dell/inspiron-14-plus-5441/qcadsp8380.mb= n", + "qcom/x1e80100/dell/inspiron-14-plus-5441/adsp_dtbs.elf"; + status =3D "okay"; +}; + +&remoteproc_cdsp { + firmware-name =3D "qcom/x1e80100/dell/inspiron-14-plus-5441/qccdsp8380.mb= n", + "qcom/x1e80100/dell/inspiron-14-plus-5441/cdsp_dtbs.elf"; + status =3D "okay"; +}; --=20 2.53.0