Commit 1accc603 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Bjorn Andersson

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

Enable download mode for sm8350 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-3-git-send-email-quic_mojha@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent d5965323
......@@ -289,6 +289,7 @@ CLUSTER_SLEEP_AOSS_SLEEP: cluster-sleep-1 {
firmware {
scm: scm {
compatible = "qcom,scm-sm8350", "qcom,scm";
qcom,dload-mode = <&tcsr 0x13000>;
#reset-cells = <1>;
};
};
......@@ -1818,6 +1819,11 @@ tcsr_mutex: hwlock@1f40000 {
#hwlock-cells = <1>;
};
tcsr: syscon@1fc0000 {
compatible = "qcom,sm8350-tcsr", "syscon";
reg = <0x0 0x1fc0000 0x0 0x30000>;
};
lpass_tlmm: pinctrl@33c0000 {
compatible = "qcom,sm8350-lpass-lpi-pinctrl";
reg = <0 0x033c0000 0 0x20000>,
......
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