From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 E3617265606; Tue, 21 Jul 2026 19:50:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784663425; cv=none; b=kQ2QPLRGdzVBLRch/j+sX+mHaY97yanRBWnEjZ3uRmdY4ddPkS3iNovG8jfrbyuSRY/GROOpuHKBu5Kq0n4Goky+aTOIiZiwshiCR0bxf6/JuXaF0BEg2YJEBpksiBI4p+pfV4GqryGt4YvBV/dp6z+AWANJxiGwjteE0bW9xFQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784663425; c=relaxed/simple; bh=UZjUWSxdei6jqycOHrkK+Awi6//BrhKSltuU7kzYGRU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=SnJLk8q3r0rIuYvUpSVmz6LYPiKniYVggYc/J1ivKutN1osx44aPClShCNAjGGD5aIHZ3Ju4/fEWovNNdg0Kj3OHPmeXuINurHoCigLR/MbWbcWCRTHNHwhSk4WN/lq6naKbWrJQI4Ybh5s9Igo4LYGk9iczU6zrANDmTZ/siKM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=cfAXa1mm; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="cfAXa1mm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5576B1F000E9; Tue, 21 Jul 2026 19:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784663424; bh=uhUxX9Cg7ncEplQrt3E14BWeuKKaWrV53T9XeBHnLmE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=cfAXa1mm2ddnpnMyn55SnWjboo3Q7Jr4yWcsZhJeLMgNf0VGUVbG796we12IZvgUa bZEksayMg8dlCwt3+yxGC4TN5VQ3rMBxooynN89njQnWOuyZRY/8qUiASJK8xQaFrm q2ptAj57GjHXIxij52dsRlOkPWFOWjhIOdH9u1E4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Ekansh Gupta , Dmitry Baryshkov , Nickolay Goppen , Bjorn Andersson Subject: [PATCH 6.12 0817/1276] arm64: dts: qcom: sdm630: describe adsp_mem region properly Date: Tue, 21 Jul 2026 17:21:00 +0200 Message-ID: <20260721152504.348510665@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152446.065700225@linuxfoundation.org> References: <20260721152446.065700225@linuxfoundation.org> User-Agent: quilt/0.69 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.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nickolay Goppen commit ce414263e9ebe5080381a50cbdf9065c29816202 upstream. Downstream [1] this region is marked as shared, reusable and dynamic so describe it that way. [1]: https://github.com/xiaomi-sdm660/android_kernel_xiaomi_sdm660/blob/11-EAS/arch/arm/boot/dts/qcom/sdm660.dtsi#L448 Fixes: b190fb010664 ("arm64: dts: qcom: sdm630: Add sdm630 dts file") Cc: stable@vger.kernel.org Reviewed-by: Ekansh Gupta Reviewed-by: Dmitry Baryshkov Signed-off-by: Nickolay Goppen Link: https://lore.kernel.org/r/20260429-qcom-sdm660-cdsp-adsp-fastrpc-dts-fix-v5-4-16bc82e622ad@mainlining.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/sdm630.dtsi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi @@ -493,9 +493,12 @@ no-map; }; - adsp_mem: adsp-region@f6000000 { - reg = <0x0 0xf6000000 0x0 0x800000>; - no-map; + adsp_mem: adsp-region { + compatible = "shared-dma-pool"; + alloc-ranges = <0x0 0x80000000 0x0 0x80000000>; + alignment = <0x0 0x400000>; + size = <0x0 0x800000>; + reusable; }; qseecom_mem: qseecom-region@f6800000 {