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

Commit fb94d500 authored by Charan Teja Reddy's avatar Charan Teja Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: disable secure dma heap on qcs405



Disable the secure dma heap, and so the secure memory pool,
which is used for secure usecases as no such exist on qcs405.

Change-Id: Icdbe122c28ce59b0519e1a0367a659a69feb479d
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent efb99bc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
		};

		qcom,ion-heap@8 { /* CP_MM HEAP */
			status = "disabled";
			reg = <8>;
			memory-region = <&secure_mem>;
			qcom,ion-heap-type = "SECURE_DMA";
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@
		};

		secure_mem: secure_region {
			status = "disabled";
			compatible = "shared-dma-pool";
			reusable;
			alignment = <0 0x400000>;