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

Commit e0b47c7e 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: align removed_region with SDM630 memmap"

parents d744e18a 0e6e2ace
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -304,10 +304,16 @@
		#size-cells = <2>;
		ranges;

		removed_region: removed_region0@85800000 {
		removed_region0: removed_region0@85800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x85800000 0x0 0x3700000>;
			reg = <0x0 0x85800000 0x0 0x700000>;
		};

		removed_region1: removed_region1@86000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x86000000 0x0 0x2f00000>;
		};

		modem_fw_mem: modem_fw_region@8ac00000 {