ARM: dts: msm: Disable 'no-map-fixup' for modem carveout on msm8953

CONFIG_ENABLE_VMALLOC_SAVING and 'no-map-fixup' are not
effective together as 'no-map-fixup' performs a delayed
carveout while vmalloc saving feature coming up early
assumes it to be logical mapped region, thus not being
able to reuse corresponding address space for vmalloc.

At the same time, 'no-map-fixup' causes the present_pages
of zone not accurate as memblock_remove() called later than
statistics generated.

CRs-fixed: 2220858
Change-Id: I35a1f8106d890211aaa3d1b032b3d1de32331f14
Signed-off-by: Zhenhua Huang <zhenhuah@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi
index 50ee0e8..005bcb9 100644
--- a/arch/arm64/boot/dts/qcom/msm8953.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi
@@ -68,7 +68,7 @@
 
 		modem_mem: modem_region@0 {
 			compatible = "removed-dma-pool";
-			no-map-fixup;
+			no-map;
 			reg = <0x0 0x86c00000 0x0 0x6a00000>;
 		};