arm64: dts: msm8916: Add SCM firmware node
authorAndy Gross <andy.gross@linaro.org>
Fri, 3 Jun 2016 23:25:28 +0000 (18:25 -0500)
committerAndy Gross <andy.gross@linaro.org>
Sun, 12 Jun 2016 05:48:11 +0000 (00:48 -0500)
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

index e3ff3ba5b3d3922eda60f4fa246bd7451b89ec66..4c9c300ba8b0b26c844246744a07d62daa7a417c 100644 (file)
                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>;
This page took 0.030143 seconds and 5 git commands to generate.