diff options
| author | Mukesh Ojha <mukesh.ojha@oss.qualcomm.com> | 2026-06-25 00:38:27 +0530 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2026-08-02 19:44:13 -0500 |
| commit | 4e9b6041bbdddde93369df47ba44c759e29c0972 (patch) | |
| tree | e5a690d4836337591aef4c60502517b7df8692c8 | |
| parent | 9d2f33d8ceacde93631319f06243bfc5ed41e2d7 (diff) | |
arm64: dts: qcom: sm6350: Add minidump SRAM config to SCM node
Point the SCM node at the minidump config slot in the always-on SRAM.
Boot firmware reads this word before DDR is initialised on a warm reset
to decide where to deliver the minidump.
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260624190830.3131112-17-mukesh.ojha@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sm6350.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi index 51e0cb5cce66..15d38b7e803c 100644 --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -363,6 +363,7 @@ firmware { scm: scm { compatible = "qcom,scm-sm6350", "qcom,scm"; + sram = <&minidump_config>; #reset-cells = <1>; }; }; @@ -2820,6 +2821,10 @@ ranges = <0 0 0x14680000 0x2e000>; + minidump_config: minidump-sram@1c { + reg = <0x1c 0x4>; + }; + ipa_modem_tables: modem-tables@28000 { reg = <0x28000 0x2000>; }; |
