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

Commit 85b61861 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Split tz mem region for sdxlemur

Split off the tz_apps region from the tz_mem region.

Change-Id: I6409c251bf862867ae4613f6ad6e6a757d1b06f8
parent 19c77166
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -4,9 +4,14 @@
		reg = <0x90800000 0xF800000>;
	};

	tz_apps_mem: tz_apps_mem_region@90000000 {
		no-map;
		reg = <0x90000000 0x500000>;
	};

	tz_mem: tz_mem_region@8ff00000 {
		no-map;
		reg = <0x8ff00000 0x600000>;
		reg = <0x8ff00000 0x100000>;
	};

	cmd_db: reserved-memory@8fee0000 {