dts: qcom: apq8084: Add SCM firmware node
authorAndy Gross <andy.gross@linaro.org>
Fri, 3 Jun 2016 23:25:27 +0000 (18:25 -0500)
committerAndy Gross <andy.gross@linaro.org>
Sun, 12 Jun 2016 03:57:14 +0000 (22:57 -0500)
This patch adds the firmware node for the SCM

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/arm/boot/dts/qcom-apq8084.dtsi

index a33a09f6821edb883da87e0c37d837bd9a468b8d..7c2df062a02528c28038e03ab2eb2b21c1d97201 100644 (file)
                };
        };
 
+       firmware {
+               scm {
+                       compatible = "qcom,scm";
+                       clocks = <&gcc GCC_CE1_CLK> , <&gcc GCC_CE1_AXI_CLK>, <&gcc GCC_CE1_AHB_CLK>;
+                       clock-names = "core", "bus", "iface";
+               };
+       };
+
        cpu-pmu {
                compatible = "qcom,krait-pmu";
                interrupts = <1 7 0xf04>;
This page took 0.030166 seconds and 5 git commands to generate.