Skip to content

Commit b6f4f8c

Browse files
Manikanta Mylavarapuandersson
authored andcommitted
arm64: dts: qcom: ipq5424: enable the download mode support
Enable support for download mode to collect RAM dumps in case of system crash, facilitating post mortem analysis. Signed-off-by: Manikanta Mylavarapu <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 2561c13 commit b6f4f8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/qcom/ipq5424.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
firmware {
102102
scm {
103103
compatible = "qcom,scm-ipq5424", "qcom,scm";
104+
qcom,dload-mode = <&tcsr 0x25100>;
104105
};
105106
};
106107

@@ -204,6 +205,11 @@
204205
#hwlock-cells = <1>;
205206
};
206207

208+
tcsr: syscon@1937000 {
209+
compatible = "qcom,tcsr-ipq5424", "syscon";
210+
reg = <0 0x01937000 0 0x2a000>;
211+
};
212+
207213
qupv3: geniqup@1ac0000 {
208214
compatible = "qcom,geni-se-qup";
209215
reg = <0 0x01ac0000 0 0x2000>;

0 commit comments

Comments
 (0)