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

Commit 5301332e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable the secure mem region for Spyro"

parents 66eb72cd 52057dd6
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -168,6 +168,22 @@
	};
};

&soc {
	qcom,ion {
		qcom,ion-heap@8 { /* CP_MM HEAP */
			reg = <8>;
			memory-region = <&secure_mem>;
			qcom,ion-heap-type = "SECURE_DMA";
		};
	};
};

&secure_mem {
	alignment = <0 0x400000>;
	size = <0 0x400000>;
	status = "okay";
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x5000000>;
};