ARM: dts: msm: Add qcom,msm-imem-diag-dload node on msmcobalt

The diag dload memory region is part of IMEM. USB Diag driver
queries this DT node for the memory address to access and update
USB PID and serial number. Hence add qcom,msm-imem-diag-dload node
on msmcobalt.

CRs-Fixed: 1010715
Change-Id: I2144bacc11190b92d14b00480dd538e27d13c3e1
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
This commit is contained in:
Mayank Rana 2016-05-02 16:17:21 -07:00 committed by Jeevan Shriram
parent 4886a36698
commit 1e08f835b4

View file

@ -2020,6 +2020,11 @@
compatible = "qcom,msm-imem-pil"; compatible = "qcom,msm-imem-pil";
reg = <0x94c 200>; reg = <0x94c 200>;
}; };
diag_dload@c8 {
compatible = "qcom,msm-imem-diag-dload";
reg = <0xc8 200>;
};
}; };
cpu_pmu: cpu-pmu { cpu_pmu: cpu-pmu {