ARM: dts: dm816x: add fck under timers1/2
[linux-2.6-microblaze.git] / arch / arm / boot / dts / dm816x.dtsi
index 566b2a8..12edb8f 100644 (file)
                        interrupts = <67>;
                        ti,hwmods = "timer1";
                        ti,timer-alwon;
+                       clocks = <&timer1_fck>;
+                       clock-names = "fck";
                };
 
                timer2: timer@48040000 {
                        reg = <0x48040000 0x2000>;
                        interrupts = <68>;
                        ti,hwmods = "timer2";
+                       clocks = <&timer2_fck>;
+                       clock-names = "fck";
                };
 
                timer3: timer@48042000 {