Commit 03041cd2 authored by Jami Kettunen's avatar Jami Kettunen Committed by Bjorn Andersson

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: default avatarJami Kettunen <jamipkettunen@gmail.com>
Link: https://lore.kernel.org/r/20210406010708.2376807-3-jamipkettunen@gmail.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent f66965b0
......@@ -281,6 +281,10 @@ vreg_lvs2a_1p8: lvs2 {
};
};
&remoteproc_mss {
status = "okay";
};
&tlmm {
gpio-reserved-ranges = <0 4>, <81 4>;
......
......@@ -328,6 +328,10 @@ &remoteproc_adsp {
status = "okay";
};
&remoteproc_mss {
status = "okay";
};
&remoteproc_slpi {
status = "okay";
};
......
......@@ -1398,6 +1398,8 @@ remoteproc_mss: remoteproc@4080000 {
<&rpmpd MSM8998_VDDMX>;
power-domain-names = "cx", "mx";
status = "disabled";
mba {
memory-region = <&mba_mem>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment