diff mbox

[8/8] arm64: dts: msm8916: Add SCM firmware node

Message ID 1461363432-5730-9-git-send-email-andy.gross@linaro.org
State New
Headers show

Commit Message

Andy Gross April 22, 2016, 10:17 p.m. UTC
This adds the devicetree node for the SCM firmware.

Signed-off-by: Andy Gross <andy.gross@linaro.org>

---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
1.9.1

Comments

Bjorn Andersson April 23, 2016, 12:03 a.m. UTC | #1
On Fri 22 Apr 15:17 PDT 2016, Andy Gross wrote:

> This adds the devicetree node for the SCM firmware.

> 

> Signed-off-by: Andy Gross <andy.gross@linaro.org>


Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>


Regards,
Bjorn
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 9681200..d912cd7 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -122,6 +122,16 @@ 
 		hwlocks = <&tcsr_mutex 3>;
 	};
 
+	firmware {
+		compatible = "simple-bus";
+
+		scm {
+			compatible = "qcom,scm-msm8916";
+			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>;