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

Commit ea49e164 authored by Andy Gross's avatar Andy Gross
Browse files

arm64: dts: msm8916: Add SCM firmware node



This adds the devicetree node for the SCM firmware.

Acked-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
Reviewed-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 5daa7a60
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -151,6 +151,14 @@
		hwlocks = <&tcsr_mutex 3>;
	};

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

	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;