Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb3013d3 authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross
Browse files

arm64: dts: qcom: msm8916: Make scm a reset-controller



On msm8916 SCM acts as a controller for the MSS_RESET found in the GCC,
update the DT node so that we can address this.

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent d9a3e0c5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -192,10 +192,11 @@
	};

	firmware {
		scm {
		scm: scm {
			compatible = "qcom,scm";
			clocks = <&gcc GCC_CRYPTO_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>;
			clock-names = "core", "bus", "iface";
			#reset-cells = <1>;
		};
	};