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

Commit d83dd3dc 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: Update the memory map information for msmplutonium"

parents 1795a18e 7381a79b
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -124,9 +124,17 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0 0x6c00000 0 0x9000000>;
			reg = <0 0x06300000 0 0x6500000>;
			label = "memory_hole";
		};

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