Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 594ba022 authored by Milen Mitkov's avatar Milen Mitkov Committed by Evgeniy Borisov
Browse files

ARM: dts: msm: Set aDSP shared memory region size to 130mb



arm32 benefits from smaller aDSP shared memory region.
Region is set to 130 instead of 128mb due to alignment
requirements in the DSP.

Change-Id: Ide36da560880a6f669fc074b585d13cbeb041b9f
Signed-off-by: default avatarMilen Mitkov <mmitkov@codeaurora.org>
Signed-off-by: default avatarEvgeniy Borisov <gencho@codeaurora.org>
parent 83b03f1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@
		};

		adsp_shmem_device_mem: adsp_shmem_device_region@0xc0100000 {
			reg = <0x0 0xc0100000 0x0 0x1f400000>;
			reg = <0x0 0xc0100000 0x0 0x08200000>;
			label = "adsp_shmem_device_mem";
		};