arm64: dts: qcom: msm8998: Disable MSS remoteproc by default

This was already the case for ADSP and SLPI remoteprocs & doesn't affect
existing boards where it has been re-enabled.

Signed-off-by: Jami Kettunen <jamipkettunen@gmail.com>
Link: https://lore.kernel.org/r/20210406010708.2376807-3-jamipkettunen@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Jami Kettunen 2021-04-06 04:07:08 +03:00 committed by Bjorn Andersson
parent f66965b06b
commit 03041cd25d
3 changed files with 10 additions and 0 deletions

View File

@ -281,6 +281,10 @@ vreg_lvs2a_1p8: lvs2 {
};
};
&remoteproc_mss {
status = "okay";
};
&tlmm {
gpio-reserved-ranges = <0 4>, <81 4>;

View File

@ -328,6 +328,10 @@ &remoteproc_adsp {
status = "okay";
};
&remoteproc_mss {
status = "okay";
};
&remoteproc_slpi {
status = "okay";
};

View File

@ -1398,6 +1398,8 @@ remoteproc_mss: remoteproc@4080000 {
<&rpmpd MSM8998_VDDMX>;
power-domain-names = "cx", "mx";
status = "disabled";
mba {
memory-region = <&mba_mem>;
};