]> git.karo-electronics.de Git - linux-beck.git/commitdiff
dts: qcom: msm8974: Add SCM firmware node
authorAndy Gross <andy.gross@linaro.org>
Fri, 3 Jun 2016 23:25:29 +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 Qualcomm SCM firmware node.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
arch/arm/boot/dts/qcom-msm8974.dtsi

index e98b3738ee424f3ac12a2ef8ed5bbe58d837c72a..55328d6879fbb4e2b6150c4cfd35fa408b3af5b7 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";
+               };
+       };
+
        soc: soc {
                #address-cells = <1>;
                #size-cells = <1>;