From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 93D7026B2C8; Tue, 12 Aug 2025 17:47:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755020823; cv=none; b=AVa2STqAZzqSSALU9tMwLGV/a3E3hl2MgL6UQUTIfKrb9J4UqUI06CB+2VbBqbOPiFaO3QJGZlOPPitP+GTG2C+PA/Qc7uWuDAHXh6IZNtA/20mnuKhdOlF5eTMYcK6fyM/OlWZOLHxvgEgLj6EAdT0xYTJ/fYI+IYbPRZf2PZk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755020823; c=relaxed/simple; bh=lzUf0sZovgzPYs5mO8ex6IhF2EVSlYfV68/7nacj3EI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=OeCfBzrJoQLBXaK+az7/lbWrO0wOzdSI+1in7yICOdYcUl1480yUjmiuhFwfkfRjDT6HEas1UQZ5nakzZPqKgLhd7pFKfZGf8x8w9hEQDdrLd34fX5+kcGtSkA3nHFTKV09HE+z+iJNDzMwlbtAss8cNdQ8QF96YygEQLzsWGGI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=l6onUuvK; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="l6onUuvK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AC15C4CEF0; Tue, 12 Aug 2025 17:47:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755020823; bh=lzUf0sZovgzPYs5mO8ex6IhF2EVSlYfV68/7nacj3EI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=l6onUuvKpSGlcmjnTrtuMyhguI+TAnUJ5rcj4YM3C6M2xxUZdjWtaIlBEIfv3QUNw kIF3ygv6fJZ3kh/G7j3mQNVHLjA2gmRftGCzE2bc2BBrHxrjvVDvq22C3m/KrMen6C nf0/iytsHDtbsxLcVib22Wp6nH0tMZqu3z175mTc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Konrad Dybcio , Dmitry Baryshkov , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.6 020/262] arm64: dts: qcom: sdm845: Expand IMEM region Date: Tue, 12 Aug 2025 19:26:48 +0200 Message-ID: <20250812172953.833712335@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250812172952.959106058@linuxfoundation.org> References: <20250812172952.959106058@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Konrad Dybcio [ Upstream commit 81a4a7de3d4031e77b5796479ef21aefb0862807 ] We need more than what is currently described, expand the region to its actual boundaries. Signed-off-by: Konrad Dybcio Fixes: 948f6161c6ab ("arm64: dts: qcom: sdm845: Add IMEM and PIL info region") Reviewed-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20250523-topic-ipa_mem_dts-v1-2-f7aa94fac1ab@oss.qualcomm.com Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 4ea693a07585..64ea9d73d970 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -4989,18 +4989,18 @@ spmi_bus: spmi@c440000 { #interrupt-cells = <4>; }; - sram@146bf000 { + sram@14680000 { compatible = "qcom,sdm845-imem", "syscon", "simple-mfd"; - reg = <0 0x146bf000 0 0x1000>; + reg = <0 0x14680000 0 0x40000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0 0 0x146bf000 0x1000>; + ranges = <0 0 0x14680000 0x40000>; - pil-reloc@94c { + pil-reloc@3f94c { compatible = "qcom,pil-reloc-info"; - reg = <0x94c 0xc8>; + reg = <0x3f94c 0xc8>; }; }; -- 2.39.5