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

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

Merge "ARM: dts: msm: Reduce cma region"

parents fac95f0c e19dd9af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <ION_QSECOM_HEAP_ID>;
			memory-region = <&qseecom_mem>;
			memory-region = <&common_cma>;
			qcom,ion-heap-type = "DMA";
		};

+1 −9
Original line number Diff line number Diff line
@@ -62,14 +62,6 @@
			linux,cma-default;
		};

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

	};

	aliases { };
@@ -588,7 +580,7 @@
		compatible = "qcom,qseecom";
		reg = <0x87800000 0x200000>;
		reg-names = "secapp-region";
		memory-region = <&qseecom_mem>;
		memory-region = <&common_cma>;
		qcom,hlos-num-ce-hw-instances = <1>;
		qcom,hlos-ce-hw-instance = <0>;
		qcom,qsee-ce-hw-instance = <0>;