Commit d5965323 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Bjorn Andersson

arm64: dts: qcom: sm8250: Add TCSR halt register space

Enable download mode for sm8250 which can help collect
ramdump for this SoC.
Signed-off-by: default avatarMukesh Ojha <quic_mojha@quicinc.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/1698253601-11957-2-git-send-email-quic_mojha@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent a427dd16
......@@ -671,6 +671,7 @@ cpu7_opp20: opp-2841600000 {
firmware {
scm: scm {
compatible = "qcom,scm-sm8250", "qcom,scm";
qcom,dload-mode = <&tcsr 0x13000>;
#reset-cells = <1>;
};
};
......@@ -2564,6 +2565,11 @@ tcsr_mutex: hwlock@1f40000 {
#hwlock-cells = <1>;
};
tcsr: syscon@1fc0000 {
compatible = "qcom,sm8250-tcsr", "syscon";
reg = <0x0 0x1fc0000 0x0 0x30000>;
};
wsamacro: codec@3240000 {
compatible = "qcom,sm8250-lpass-wsa-macro";
reg = <0 0x03240000 0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment