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

Commit ffc6b87e authored by Vishwanath Raju K's avatar Vishwanath Raju K
Browse files

ARM: dts: msm: Add video cma region for sdm660



Added video cma region for sdm660 for secure camera encode
usecase.

Change-Id: Ia42a81e4f1e96d01310bcf354d6ee4d3b187c25e
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent b2df9318
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -501,6 +501,14 @@
			size = <0x0 0x5c00000>;
		};

		video_mem: video_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xC0000000>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x9800000>;
		};

		/* global autoconfigured region for contiguous allocations */
		linux,cma {
			compatible = "shared-dma-pool";