]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm: dts: qcom: Add LCC nodes
authorKumar Gala <galak@codeaurora.org>
Wed, 28 Jan 2015 21:36:12 +0000 (13:36 -0800)
committerOlof Johansson <olof@lixom.net>
Fri, 3 Apr 2015 20:33:47 +0000 (13:33 -0700)
Add the node for the LPASS clock controller found on a few qcom
SoCs so that the clock driver can probe.

Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
[sboyd@codeaurora.org: Added apq8064 and msm8960 nodes]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/qcom-apq8064.dtsi
arch/arm/boot/dts/qcom-ipq8064.dtsi
arch/arm/boot/dts/qcom-msm8960.dtsi

index f607900943924c357f5368b5790be48c6af2439d..4e3e0637b811ef576c4e3c56e6175e1fbb17a590 100644 (file)
                        #reset-cells = <1>;
                };
 
+               lcc: clock-controller@28000000 {
+                       compatible = "qcom,lcc-apq8064";
+                       reg = <0x28000000 0x1000>;
+                       #clock-cells = <1>;
+                       #reset-cells = <1>;
+               };
+
                mmcc: clock-controller@4000000 {
                        compatible = "qcom,mmcc-apq8064";
                        reg = <0x4000000 0x1000>;
index 4e01f71c56d8bce535695eb5a1842ebe5153e1e3..5afaff950c89503912eff028f5c8c0a02d79ca28 100644 (file)
                        compatible = "qcom,tcsr-ipq8064", "syscon";
                        reg = <0x1a400000 0x100>;
                };
+
+               lcc: clock-controller@28000000 {
+                       compatible = "qcom,lcc-ipq8064";
+                       reg = <0x28000000 0x1000>;
+                       #clock-cells = <1>;
+                       #reset-cells = <1>;
+               };
+
        };
 };
index 27b856a6152b8e5ffeabf7a8438d044684d7849e..a02b984cc68d8e2704abcb175e54c061ed54f629 100644 (file)
                        reg = <0x900000 0x4000>;
                };
 
+               lcc: clock-controller@28000000 {
+                       compatible = "qcom,lcc-msm8960";
+                       reg = <0x28000000 0x1000>;
+                       #clock-cells = <1>;
+                       #reset-cells = <1>;
+               };
+
                clock-controller@4000000 {
                        compatible = "qcom,mmcc-msm8960";
                        reg = <0x4000000 0x1000>;