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

Commit 3b571848 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Reduce the CMA region sizes for sdxlemur"

parents 153c78e6 3f3a8c6d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -16,12 +16,6 @@
			memory-region = <&audio_mem>;
		};

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

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <ION_QSECOM_HEAP_ID>;
			memory-region = <&qseecom_mem>;
+1 −9
Original line number Diff line number Diff line
@@ -53,14 +53,6 @@
			linux,cma-default;
		};

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

		qseecom_mem: qseecom_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x00000000 0xffffffff>;
@@ -74,7 +66,7 @@
			alloc-ranges = <0x00000000 0xffffffff>;
			reusable;
			alignment = <0x400000>;
			size = <0x1000000>;
			size = <0x400000>;
		};