diff options
author | Andy Gross <andy.gross@linaro.org> | 2016-06-03 23:25:28 (GMT) |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-12 05:48:11 (GMT) |
commit | ea49e164b5956ed39150be8ae7e85dd8662d0723 (patch) | |
tree | 0e05c0c28d05494d1b55b4621a3793e3f941b338 /arch/arm64/boot/dts | |
parent | 5daa7a6031bd04b7ff94e92ccc1fcb161df12686 (diff) | |
download | linux-ea49e164b5956ed39150be8ae7e85dd8662d0723.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts')
-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 e3ff3ba..4c9c300 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -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>; |