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

Commit 9e95158e authored by Shiraz Hashim's avatar Shiraz Hashim
Browse files

ARM: dts: msm: Fix audio CMA heap configuration



CMA region must be explicitly aligned to 4MB and size
should be 32bit value. Fix it.

Change-Id: I2792d6b7294c0cc1f8ff643907ca54ea18f7b426
Signed-off-by: default avatarShiraz Hashim <shashim@codeaurora.org>
parent 288b0504
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -57,7 +57,8 @@
		audio_mem: audio_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x400000>;
			alignment = <0x400000>;
			size = <0x400000>;
		 };
	};