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

Commit 7964f76e authored by Phanindra Babu Pabba's avatar Phanindra Babu Pabba Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Remove user_contig CMA allocation for scuba

Scuba platform doesn't have CDSP, so avoiding CMA
allocations for user_contig used by face3d TA.

Change-Id: If7918d249bbfced55b2a54c42b0c79772903ef70
parent 3b98b357
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -20,12 +20,6 @@
			qcom,ion-heap-type = "HYP_CMA";
		};

		qcom,ion-heap@26 { /* USER CONTIG HEAP */
			reg = <26>;
			memory-region = <&user_contig_mem>;
			qcom,ion-heap-type = "DMA";
		};

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <27>;
			memory-region = <&qseecom_mem>;
+0 −8
Original line number Diff line number Diff line
@@ -296,14 +296,6 @@
			label = "disp_rdump_region";
		};

		user_contig_mem: user_contig_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x1000000>;
		};

		qseecom_mem: qseecom_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;