mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
arm64: dts: qcom: sdm630: describe adsp_mem region properly
commitce414263e9upstream. 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:b190fb0106("arm64: dts: qcom: sdm630: Add sdm630 dts file") Cc: stable@vger.kernel.org Reviewed-by: Ekansh Gupta <ekansh.gupta@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Nickolay Goppen <setotau@mainlining.org> Link: https://lore.kernel.org/r/20260429-qcom-sdm660-cdsp-adsp-fastrpc-dts-fix-v5-4-16bc82e622ad@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cedcabcd3c
commit
1237c24ea3
@@ -491,9 +491,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 {
|
||||
|
||||
Reference in New Issue
Block a user