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 F040543B3FA; Tue, 21 Jul 2026 21:38:04 +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=1784669888; cv=none; b=tedwkRpS+4FeF8ZK+5QhYPxm39dtwqKffUcP7f32w2T8lwm4BQeBPzvSQGFZzg2SUieyZFgFTuB+F01K/4ojvuxdJ61zlBx7dTHI4F5mjIjSPf+GZR0CWKeUGQdKf9hjmje0VSihkeb9ZD4oFHPLiLyFjutP/GAwmDDNC7PG7Pw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784669888; c=relaxed/simple; bh=5H/vBctcoMLbb4s8n8DExyQnsq2lUdtucx13nQZR39E=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Wa1t1t9Yt5r549AVi3ejDP7kUpxOBRXuJrLTuIXxEGAojnUQbFmgvt8A+QsTa0r4QSS0jqKFcAuW3IikLxrqojRuEeWYwrwhu0dsZuk4AGP8zLY+O9y+eAO8kWLTzGzw0fBzOgjVHULi6igK8/5w6JmWULCbiIjoeANndgI+IW4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=T7yF95vb; 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="T7yF95vb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 412161F00A3A; Tue, 21 Jul 2026 21:38:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784669883; bh=xqV+PkQc/O2D26+C+vRnH5t2iiBqgL0CJOfLqR6bYrE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=T7yF95vb7tTZH/+NxDrVRH6etiQ7arzg0LdgPJYk8nWc7Sx5exwVxvR79DK02SpKF W9pUzcp62NkJ44+GCNNDnUB0zhOSHSzG+MGN4EF+Z6mp0PafZq9fZXDIGVCmjRsvqU f6PAFQZ4HF9jrRKon9p8y3gCF0C+lP+FuIMqbFGA= 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.1 0723/1067] arm64: dts: qcom: sdm630: describe adsp_mem region properly Date: Tue, 21 Jul 2026 17:22:04 +0200 Message-ID: <20260721152440.762178468@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152424.521567757@linuxfoundation.org> References: <20260721152424.521567757@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.1-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 @@ -402,9 +402,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 {