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

Commit 1a52a7f7 authored by Liam Mark's avatar Liam Mark
Browse files

ARM: dts: msm: add MBA carveout for msm8998



Add MBA carveout to make HLOS carveouts in sync
with version 7.1 of the memory map.

Change-Id: I34d531dc7e01e66305d155d44fb0850a699f6d5b
Signed-off-by: default avatarLiam Mark <lmark@codeaurora.org>
parent 35731dbb
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -286,16 +286,22 @@
			reg = <0 0x85800000 0 0x3700000>;
		};

		pil_ipa_gpu_mem: pil_ipa_gpu_region@95000000 {
		pil_ipa_gpu_mem: pil_ipa_gpu_region@95200000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x95000000 0 0x100000>;
			reg = <0 0x95200000 0 0x100000>;
		};

		pil_slpi_mem: pil_slpi_region@94100000 {
		pil_slpi_mem: pil_slpi_region@94300000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x94100000 0 0xf00000>;
			reg = <0 0x94300000 0 0xf00000>;
		};

		pil_mba_mem: pil_mba_region@94100000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x94100000 0 0x200000>;
		};

		pil_video_mem: pil_video_region@93c00000 {