From nobody Thu Apr 9 14:18:41 2026 Received: from mail-05.mail-europe.com (mail-05.mail-europe.com [85.9.206.169]) (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 70BC41548C for ; Sun, 8 Mar 2026 05:05:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.9.206.169 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772946323; cv=none; b=hwVR8OhA+r7jphDELjTaIxJoeR2IMIaxiMCsaRaM4tclfVr6GbDRTaUo8W5uxSPJWzbVrCb0e8IsdEqhFa9pDe4lrKc1HS/CCLauy2Viu5HV7P7wOeDIt4Nazwc3bR2R7GOIDzuqmjMZ+uYA03xPe0oeHO1+Z6YFpUyzSTcwJyM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772946323; c=relaxed/simple; bh=qmyyTdaSmeoExNbUZsFnvRP52mfGOCmNy0V2Or4UnNc=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=YRyKpLmhnTPRmAofAKily2yTkstvxOO3C/mNxxdDDIfKrK5xBDtrEW5T8xMnM5LsQLeRY+cOC2+9qb4mijozS1zybQjn7BPOFMAa083wIHKW/xdKynHtBLTkkhhJLFKlW6VkFplGz6I2Jp9wN7oCiE5vaheU5DlSb2QaWfuU+5k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=E9JjCrem; arc=none smtp.client-ip=85.9.206.169 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="E9JjCrem" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1772946312; x=1773205512; bh=qmyyTdaSmeoExNbUZsFnvRP52mfGOCmNy0V2Or4UnNc=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=E9JjCremaLeRwm2nu/MDQdwHnIdTIqFkbPerlsEYYOwv79ef1r+ltIUuyKcT2O29T MFQk3jatIFPlzFHAlE1FYaYbJJmMU0tTgXQ+LKk5aRSYqMw48p0UTiK8lr3voXr+yI ao6brWm+ABFFyKNzygvfnGTOGxysJM6poP//gCab1FCc8reldTWQgBZQ0ZUA9f1kTz 631idTKth6MHLa+j7s4/jB3DutrLr27AjAZeoTOBj4lLYxKioxBb8pYI1bH5JaDu5R cXUBvNpljxa3N9FWxjhwsxHE2oD6nnKUHC6Y+pS3JTTNKxuIwBaFObA2qUPcwJ1lSM fbRxcbHEYFQRw== Date: Sun, 08 Mar 2026 05:05:08 +0000 To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley From: Alexander Koskovich Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Koskovich Subject: [PATCH] arm64: dts: qcom: sm8250: Add label for reserved-memory node Message-ID: <20260308-sm8250-reserved-mem-v1-1-889eca3c11ca@pm.me> Feedback-ID: 37836894:user:proton X-Pm-Message-ID: 2964390c5d265e97a036d657680c5090c6753b5d 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 Content-Type: text/plain; charset="utf-8" For some devices it makes more sense to just redefine reserved-memory, for example on the ASUS ROG Phone 3 it is completely different with the exception of hyp_mem, xbl_aop_mem, cmd_db and smem_mem. Signed-off-by: Alexander Koskovich --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qco= m/sm8250.dtsi index c7dffa440074..3298c36c3e55 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -763,7 +763,7 @@ opp-120000000 { }; }; =20 - reserved-memory { + reserved_memory: reserved-memory { #address-cells =3D <2>; #size-cells =3D <2>; ranges; --- base-commit: 11439c4635edd669ae435eec308f4ab8a0804808 change-id: 20260308-sm8250-reserved-mem-93fd18152c95 Best regards, --=20 Alexander Koskovich