mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +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:
parent
7b3e9ac60d
commit
1a82fbfc87
|
|
@ -283,6 +283,7 @@ eud_in: endpoint {
|
|||
firmware {
|
||||
scm {
|
||||
compatible = "qcom,scm-sa8775p", "qcom,scm";
|
||||
qcom,dload-mode = <&tcsr 0x13000>;
|
||||
memory-region = <&tz_ffi_mem>;
|
||||
};
|
||||
};
|
||||
|
|
@ -3571,6 +3572,11 @@ tcsr_mutex: hwlock@1f40000 {
|
|||
#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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user