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:
parent
4886a36698
commit
1e08f835b4
1 changed files with 5 additions and 0 deletions
|
@ -2020,6 +2020,11 @@
|
|||
compatible = "qcom,msm-imem-pil";
|
||||
reg = <0x94c 200>;
|
||||
};
|
||||
|
||||
diag_dload@c8 {
|
||||
compatible = "qcom,msm-imem-diag-dload";
|
||||
reg = <0xc8 200>;
|
||||
};
|
||||
};
|
||||
|
||||
cpu_pmu: cpu-pmu {
|
||||
|
|
Loading…
Add table
Reference in a new issue