]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/arm/boot/dts/qcom-ipq8064.dtsi
Merge git://www.linux-watchdog.org/linux-watchdog
[linux.git] / arch / arm / boot / dts / qcom-ipq8064.dtsi
index 1bc5fdd0e4b36486e0d0cc7e8809c88616d76435..9f727d8eadf6998561e748e0400e46299417f9b3 100644 (file)
@@ -61,6 +61,14 @@ smem@41000000 {
                };
        };
 
+       clocks {
+               sleep_clk: sleep_clk {
+                       compatible = "fixed-clock";
+                       clock-frequency = <32768>;
+                       #clock-cells = <0>;
+               };
+       };
+
        soc: soc {
                #address-cells = <1>;
                #size-cells = <1>;
@@ -105,10 +113,14 @@ timer@200a000 {
                        compatible = "qcom,kpss-timer", "qcom,msm-timer";
                        interrupts = <1 1 0x301>,
                                     <1 2 0x301>,
-                                    <1 3 0x301>;
+                                    <1 3 0x301>,
+                                    <1 4 0x301>,
+                                    <1 5 0x301>;
                        reg = <0x0200a000 0x100>;
                        clock-frequency = <25000000>,
                                          <32768>;
+                       clocks = <&sleep_clk>;
+                       clock-names = "sleep";
                        cpu-offset = <0x80000>;
                };