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

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.com


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent f66965b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -281,6 +281,10 @@ vreg_lvs2a_1p8: lvs2 {
	};
};

&remoteproc_mss {
	status = "okay";
};

&tlmm {
	gpio-reserved-ranges = <0 4>, <81 4>;

+4 −0
Original line number Diff line number Diff line
@@ -328,6 +328,10 @@ &remoteproc_adsp {
	status = "okay";
};

&remoteproc_mss {
	status = "okay";
};

&remoteproc_slpi {
	status = "okay";
};
+2 −0
Original line number Diff line number Diff line
@@ -1398,6 +1398,8 @@ remoteproc_mss: remoteproc@4080000 {
					<&rpmpd MSM8998_VDDMX>;
			power-domain-names = "cx", "mx";

			status = "disabled";

			mba {
				memory-region = <&mba_mem>;
			};