aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPratik Patel <pratikp@codeaurora.org>2014-03-13 12:45:02 -0700
committerPratik Patel <pratikp@codeaurora.org>2014-03-13 14:29:05 -0700
commit132c2b9ee42f082d6716be82791e7dea04cf7cc7 (patch)
treedce92888d871643240f50e1c9ee8a15373d3de96
parent689346a4bf059d2c7998cedaa927524340577d20 (diff)
ARM: dts: msm: add mem dump entry to imem device node for 8916
This will provide memory dump imem base and size info that will be used by the memory dump v2 driver to create a mapping. Driver will populate it with the physical address of the memory dump base table address. Change-Id: I9a12b6b19eb47a00a3ae4817396113791bd6a68a Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msm8916.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8916.dtsi b/arch/arm/boot/dts/qcom/msm8916.dtsi
index 0b9c6b7996a..fde9bd3488b 100644
--- a/arch/arm/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8916.dtsi
@@ -1177,6 +1177,11 @@
#address-cells = <1>;
#size-cells = <1>;
+ mem_dump_table@10 {
+ compatible = "qcom,msm-imem-mem_dump_table";
+ reg = <0x10 8>;
+ };
+
pil@94c {
compatible = "qcom,msm-imem-pil";
reg = <0x94c 200>;