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

Commit 55b6ede7 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: Additional memory carveouts for msmzirc"

parents 130b3d64 e43d0e0a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -30,20 +30,20 @@
	};

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

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