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

From: Andy Gross
Date: Fri Apr 22 2016 - 18:17:42 EST


This adds the devicetree node for the SCM firmware.

Signed-off-by: Andy Gross <andy.gross@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/msm8916.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)

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>;
--
1.9.1