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

Commit 604d8342 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add memory carveouts for msmzirc"

parents 1744d76a 859be218
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -29,6 +29,24 @@
		spi0 = &spi_0;
	};

	memory {
		wcnss_debug_mem: wcnss_debug_region@0x86b00000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x86b00000 0x100000>;
			label = "wcnss_debug_mem";
		};

		peripheral_mem: peripheral_region@0x87d00000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x87d00000 0x300000>;
			label = "peripheral_mem";
		};
	};

	soc: soc { };
};