arm64: dts: qcom: sm8650: add missing qlink_logging reserved memory for mpss
The qlink_logging memory region is also used by the modem firmware, add it to the reserved memories and add it to the MPSS memory regions. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com> Link: https://lore.kernel.org/r/20240123-topic-sm8650-upstream-remoteproc-v7-4-61283f50162f@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
2ae5e34d93
commit
af53ecef19
@@ -525,6 +525,11 @@
|
||||
no-map;
|
||||
};
|
||||
|
||||
qlink_logging_mem: qlink-logging@84800000 {
|
||||
reg = <0 0x84800000 0 0x200000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
mpss_dsm_mem: mpss-dsm@86b00000 {
|
||||
reg = <0 0x86b00000 0 0x4900000>;
|
||||
no-map;
|
||||
@@ -2663,7 +2668,8 @@
|
||||
"mss";
|
||||
|
||||
memory-region = <&mpss_mem>, <&q6_mpss_dtb_mem>,
|
||||
<&mpss_dsm_mem>, <&mpss_dsm_mem_2>;
|
||||
<&mpss_dsm_mem>, <&mpss_dsm_mem_2>,
|
||||
<&qlink_logging_mem>;
|
||||
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user