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

Commit fbd07c07 authored by Faiyaz Mohammed's avatar Faiyaz Mohammed
Browse files

ARM: dts: msm: add low ram memory map for Scuba

- Add v3 32 bit low ram memory map for Scuba 2GB

Change-Id: Ic04c22d3a68c169c25be85f7b9cada1d0072718e
parent ede2beb4
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
#include "scuba.dtsi"
/ {
	reserved-memory {
		/delete-node/ removed_region@a0000000;

		tz_removed_region: tz_removed_region@a0000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0xa0000000 0x0 0x100000>;
		};

		pimem_removed_region: pimem_removed_region@a0e00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0xa0e00000 0x0 0x1100000>;
		};
	};
};