ARM: dts: msm: setting alignment size of adsp cma region to 8MB for SDM630
Setting adsp cma region to 8MB, as cma region need to be 4MB aligned. Change-Id: Idf7865712a97870fd56d1957b464b98fb92fad2a Acked-by: Chenna Kesava Raju <chennak@qti.qualcomm.com> Signed-off-by: Tharun Kumar Merugu <mtharu@codeaurora.org>
This commit is contained in:
parent
ded703d63e
commit
5111aa7c04
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@
|
|||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0x0 0xa00000>;
|
||||
size = <0x0 0x800000>;
|
||||
};
|
||||
|
||||
qseecom_mem: qseecom_region {
|
||||
|
|
Loading…
Add table
Reference in a new issue