summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoovendhan Selvaraj <quic_poovendh@quicinc.com>2023-05-11 13:28:13 +0530
committerBjorn Andersson <andersson@kernel.org>2023-05-11 09:49:48 -0700
commit590db411752dd8ef6504113643fc6c4f68660ffd (patch)
tree51192f755b9951921df34dc21a884e3678c30256
parentac9a78681b921877518763ba0e89202254349d1b (diff)
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
-rw-r--r--arch/arm64/boot/dts/qcom/ipq9574.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
index 3bb7435f5e7f0..4d41c011523fc 100644
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
@@ -75,6 +75,13 @@
};
};
+ firmware {
+ scm {
+ compatible = "qcom,scm-ipq9574", "qcom,scm";
+ qcom,dload-mode = <&tcsr 0x6100>;
+ };
+ };
+
memory@40000000 {
device_type = "memory";
/* We expect the bootloader to fill in the size */
@@ -142,6 +149,11 @@
#power-domain-cells = <1>;
};
+ tcsr: syscon@1937000 {
+ compatible = "qcom,tcsr-ipq9574", "syscon";
+ reg = <0x01937000 0x21000>;
+ };
+
sdhc_1: mmc@7804000 {
compatible = "qcom,ipq9574-sdhci", "qcom,sdhci-msm-v5";
reg = <0x07804000 0x1000>, <0x07805000 0x1000>;