Message ID | 20241002100122.18809-3-johan+linaro@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 8beaf6e08d986ebba38d5168ec1aeef4a66082d0 |
Headers | show |
Series | firmware: qcom: scm: suppress download mode error | expand |
On 2.10.2024 12:01 PM, Johan Hovold wrote: > Describe the TCSR download mode register to enable download mode > control. > > This specifically allows the OS to disable download mode in case the > boot firmware has left it enabled to avoid entering the crash dump mode > after a hypervisor reset by default. > > Signed-off-by: Johan Hovold <johan+linaro@kernel.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Konrad
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi index 7241bf0b1fa2..359156161a26 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -310,6 +310,7 @@ scm: scm { compatible = "qcom,scm-x1e80100", "qcom,scm"; interconnects = <&aggre2_noc MASTER_CRYPTO QCOM_ICC_TAG_ALWAYS &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>; + qcom,dload-mode = <&tcsr 0x19000>; }; scmi {
Describe the TCSR download mode register to enable download mode control. This specifically allows the OS to disable download mode in case the boot firmware has left it enabled to avoid entering the crash dump mode after a hypervisor reset by default. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> --- arch/arm64/boot/dts/qcom/x1e80100.dtsi | 1 + 1 file changed, 1 insertion(+)