mirror of https://gitee.com/openkylin/linux.git
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:
parent
f66965b06b
commit
03041cd25d
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue