Skip to content

Commit 590db41

Browse files
Poovendhan Selvarajandersson
authored andcommitted
arm64: dts: qcom: ipq9574: Enable the download mode support
Enable the support for download mode to collect the crashdumps if system crashes, to debug crashes extensively. Signed-off-by: Poovendhan Selvaraj <quic_poovendh@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230511075814.2370-2-quic_poovendh@quicinc.com
1 parent ac9a786 commit 590db41

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@
7575
};
7676
};
7777

78+
firmware {
79+
scm {
80+
compatible = "qcom,scm-ipq9574", "qcom,scm";
81+
qcom,dload-mode = <&tcsr 0x6100>;
82+
};
83+
};
84+
7885
memory@40000000 {
7986
device_type = "memory";
8087
/* We expect the bootloader to fill in the size */
@@ -142,6 +149,11 @@
142149
#power-domain-cells = <1>;
143150
};
144151

152+
tcsr: syscon@1937000 {
153+
compatible = "qcom,tcsr-ipq9574", "syscon";
154+
reg = <0x01937000 0x21000>;
155+
};
156+
145157
sdhc_1: mmc@7804000 {
146158
compatible = "qcom,ipq9574-sdhci", "qcom,sdhci-msm-v5";
147159
reg = <0x07804000 0x1000>, <0x07805000 0x1000>;

0 commit comments

Comments
 (0)