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

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

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

parents 315388c8 85b61861
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 {