mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
arm64: dts: qcom: sa8775p: Add TCSR halt register space
Enable download mode for sa8775p which can help collect ramdump for this SoC. Reviewed-by: Elliot Berman <quic_eberman@quicinc.com> Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com> Link: https://lore.kernel.org/r/20240830133908.2246139-2-quic_mojha@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
7b3e9ac60d
commit
1a82fbfc87
@@ -283,6 +283,7 @@
|
||||
firmware {
|
||||
scm {
|
||||
compatible = "qcom,scm-sa8775p", "qcom,scm";
|
||||
qcom,dload-mode = <&tcsr 0x13000>;
|
||||
memory-region = <&tz_ffi_mem>;
|
||||
};
|
||||
};
|
||||
@@ -3571,6 +3572,11 @@
|
||||
#hwlock-cells = <1>;
|
||||
};
|
||||
|
||||
tcsr: syscon@1fc0000 {
|
||||
compatible = "qcom,sa8775p-tcsr", "syscon";
|
||||
reg = <0x0 0x1fc0000 0x0 0x30000>;
|
||||
};
|
||||
|
||||
gpucc: clock-controller@3d90000 {
|
||||
compatible = "qcom,sa8775p-gpucc";
|
||||
reg = <0x0 0x03d90000 0x0 0xa000>;
|
||||
|
||||
Reference in New Issue
Block a user