arm/dt: msm8226: Add memory hole information to device tree.
Update the device tree with the start and size of the memory hole to
be removed by the kernel. By moving the memory hole information into
the kernel, we can make changes to the memory map without updating the
bootloader.
Change-Id: I5ae0276c032990825ff01ae3a7a8909b9de588d2
Signed-off-by: Neeti Desai <neetid@codeaurora.org>
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm8226.dtsi b/arch/arm/boot/dts/msm8226.dtsi
index 1faade9..a3cc33b 100644
--- a/arch/arm/boot/dts/msm8226.dtsi
+++ b/arch/arm/boot/dts/msm8226.dtsi
@@ -512,6 +512,11 @@
qcom,firmware-name = "wcnss";
};
+
+ qcom,msm-mem-hole {
+ compatible = "qcom,msm-mem-hole";
+ qcom,memblock-remove = <0x8100000 0x7e00000>; /* Address and Size of Hole */
+ };
};
&gdsc_venus {