diff options
author | Andy Gross <andy.gross@linaro.org> | 2016-06-03 19:25:28 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-12 01:48:11 -0400 |
commit | ea49e164b5956ed39150be8ae7e85dd8662d0723 (patch) | |
tree | 0e05c0c28d05494d1b55b4621a3793e3f941b338 | |
parent | 5daa7a6031bd04b7ff94e92ccc1fcb161df12686 (diff) |
arm64: dts: msm8916: Add SCM firmware node
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>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index e3ff3ba5b3d3..4c9c300ba8b0 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi | |||
@@ -151,6 +151,14 @@ | |||
151 | hwlocks = <&tcsr_mutex 3>; | 151 | hwlocks = <&tcsr_mutex 3>; |
152 | }; | 152 | }; |
153 | 153 | ||
154 | firmware { | ||
155 | scm { | ||
156 | compatible = "qcom,scm"; | ||
157 | clocks = <&gcc GCC_CRYPTO_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>; | ||
158 | clock-names = "core", "bus", "iface"; | ||
159 | }; | ||
160 | }; | ||
161 | |||
154 | soc: soc { | 162 | soc: soc { |
155 | #address-cells = <1>; | 163 | #address-cells = <1>; |
156 | #size-cells = <1>; | 164 | #size-cells = <1>; |