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

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

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

parents 5ceb908a fbd07c07
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>;
		};
	};
};