Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1413576

[Patch v6 08/10] arm64: dts: msm8916: Add SCM firmware node

From Andy Gross <andy.gross@linaro.org>
Newsgroups linux.kernel
Subject [Patch v6 08/10] arm64: dts: msm8916: Add SCM firmware node
Date 2016-06-04 01:30 +0200
Message-ID <rG6Hn-19i-11@gated-at.bofh.it> (permalink)
References <rG6Hn-19i-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This adds the devicetree node for the SCM firmware.

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 9681200..01c7b0c 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -122,6 +122,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>;
-- 
1.9.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[Patch v6 08/10] arm64: dts: msm8916: Add SCM firmware node Andy Gross <andy.gross@linaro.org> - 2016-06-04 01:30 +0200

csiph-web