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

Commit 2848f9e2 authored by Adam Bickett's avatar Adam Bickett
Browse files

ARM: dts: msm: Update sm8150-sdx50m to V3 memory map



Add support for V3 memory map.

CRs-Fixed: 2253192
Change-Id: Ied3add9f2cabc639e2cc7b1e4c59461221262f2b
Signed-off-by: default avatarAdam Bickett <abickett@codeaurora.org>
parent a71009e0
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -85,3 +85,23 @@
		qcom,mhi-erdb-base = <0x40300700>;
	};
};

&reserved_memory {
	pil_buffer_p2_mem: pil_buffer_p2_region@a0000000 {
		compatible = "removed-dma-pool";
		no-map;
		reg = <0x0 0xa0000000 0x0 0x01000000>;
	};

	pil_buffer_p1_mem: pil_buffer_p1_region@0a1000000 {
		compatible = "removed-dma-pool";
		no-map;
		reg = <0x0 0xa1000000 0x0 0x02c00000>;
	};

	pil_pcie_mem: pil_pcie_mem_region@a3c00000 {
		compatible = "removed-dma-pool";
		no-map;
		reg = <0x0 0xa3c00000 0x0 0x01000000>;
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@
		};
	};

	reserved-memory {
	reserved_memory: reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;