ARM: dts: msm: Add IMEM dload-type entry for MSM8996 and MSMCOBALT
Add IMEM dload-entry to support emmc dload feature for msm8996 and msmcobalt SOCs. CRs-Fixed: 993510 Change-Id: I0d26049817ce8d8172ee364b5d7a31ebdcb64194 Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
This commit is contained in:
parent
34b975e502
commit
ddc2bf61b5
2 changed files with 10 additions and 0 deletions
|
@ -1815,6 +1815,11 @@
|
|||
reg = <0x10 8>;
|
||||
};
|
||||
|
||||
dload_type@18 {
|
||||
compatible = "qcom,msm-imem-dload-type";
|
||||
reg = <0x18 4>;
|
||||
};
|
||||
|
||||
restart_reason@65c {
|
||||
compatible = "qcom,msm-imem-restart_reason";
|
||||
reg = <0x65c 4>;
|
||||
|
|
|
@ -2694,6 +2694,11 @@
|
|||
reg = <0x10 8>;
|
||||
};
|
||||
|
||||
dload_type@18 {
|
||||
compatible = "qcom,msm-imem-dload-type";
|
||||
reg = <0x18 4>;
|
||||
};
|
||||
|
||||
restart_reason@65c {
|
||||
compatible = "qcom,msm-imem-restart_reason";
|
||||
reg = <0x65c 4>;
|
||||
|
|
Loading…
Add table
Reference in a new issue