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

Commit 0ef73989 authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

ARM: dts: msm: Update to memory map v6 for sdm670



Add HYP and XBL regions to align the memory map to the
latest version (v6).

Change-Id: I192dde5937b9f36f20bb299f27c94217da694d87
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent 3b61f587
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -464,10 +464,22 @@
		#size-cells = <2>;
		ranges;

		removed_regions: removed_regions@85700000 {
		hyp_region: hyp_region@85700000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x85700000 0 0x3800000>;
			reg = <0 0x85700000 0 0x600000>;
		};

		xbl_region: xbl_region@85e00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x85e00000 0 0x100000>;
		};

		removed_region: removed_region@85fc0000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x85fc0000 0 0x2f40000>;
		};

		pil_camera_mem: camera_region@8ab00000 {