diff options
author | 2024-12-04 19:44:16 +0530 | |
---|---|---|
committer | 2025-01-08 16:37:55 -0600 | |
commit | b6f4f8c7690cf117ac40837a870d4d309c23c899 (patch) | |
tree | af26d62e73ae358f5db2b81f12ba0ffcafd7f40f | |
parent | arm64: dts: qcom: ipq5424: add scm node (diff) | |
download | wireguard-linux-b6f4f8c7690cf117ac40837a870d4d309c23c899.tar.xz wireguard-linux-b6f4f8c7690cf117ac40837a870d4d309c23c899.zip |
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 <quic_mmanikan@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241204141416.1352545-3-quic_mmanikan@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/qcom/ipq5424.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq5424.dtsi b/arch/arm64/boot/dts/qcom/ipq5424.dtsi index 19bf77143728..7034d378b1ef 100644 --- a/arch/arm64/boot/dts/qcom/ipq5424.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq5424.dtsi @@ -101,6 +101,7 @@ firmware { scm { compatible = "qcom,scm-ipq5424", "qcom,scm"; + qcom,dload-mode = <&tcsr 0x25100>; }; }; @@ -204,6 +205,11 @@ #hwlock-cells = <1>; }; + tcsr: syscon@1937000 { + compatible = "qcom,tcsr-ipq5424", "syscon"; + reg = <0 0x01937000 0 0x2a000>; + }; + qupv3: geniqup@1ac0000 { compatible = "qcom,geni-se-qup"; reg = <0 0x01ac0000 0 0x2000>; |