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

Commit 0ffe2283 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

ARM: dts: msm: Upgrade Lahaina's memory map to version 5

Upgrade Lahaina's memory map to version 5, which entails:

-removing the 30 MB trace buffer that was added for the trusted VM
since it was not needed.
-Moving the trusted apps region and allowing it to grow 23 MB more.

Change-Id: Ib2c259a3b692fc19c144dc41e039dca95bf4fb6c
parent 28ac5c4a
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -396,11 +396,6 @@
			reg = <0x0 0x8b800000 0x0 0x10000000>;
		};

		removed_mem: removed_region@c0000000 {
			no-map;
			reg = <0x0 0xc0000000 0x0 0x5100000>;
		};

		hyp_reserved_mem: qheebsp_dbg_vm_hyp_region@d0000000 {
			no-map;
			reg = <0x0 0xd0000000 0x0 0x800000>;
@@ -411,9 +406,9 @@
			reg = <0x0 0xd0800000 0x0 0x8000000>;
		};

		trustedvm_trace_buffer: trustedvm_trace_region@d8800000 {
		removed_mem: removed_region@d8800000 {
			no-map;
			reg = <0x0 0xd8800000 0x0 0x1e00000>;
			reg = <0x0 0xd8800000 0x0 0x6800000>;
		};

		adsp_mem: adsp_region {