Author: ganbold (doc committer)
Date: Mon Nov 25 11:02:11 2013
New Revision: 258547
URL: http://svnweb.freebsd.org/changeset/base/258547

Log:
  Add clock frequency for rk3188 watchdog.
  Whilst here, replace "clocks" to "clock-frequency".
  
  Approved by: ray@

Modified:
  head/sys/boot/fdt/dts/rk3188.dtsi

Modified: head/sys/boot/fdt/dts/rk3188.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/rk3188.dtsi   Mon Nov 25 11:01:19 2013        
(r258546)
+++ head/sys/boot/fdt/dts/rk3188.dtsi   Mon Nov 25 11:02:11 2013        
(r258547)
@@ -80,7 +80,7 @@
                        compatible = "rockchip,rk3188-dw-apb-timer-osc";
                        reg = <0x20038000 0x20>;
                        interrupts = <76>;
-                       clocks = <24000000>;
+                       clock-frequency = <24000000>;
                        status = "disabled";
                };
 
@@ -88,7 +88,7 @@
                        compatible = "rockchip,rk30xx-timer";
                        reg = <0x20038020 0x20>;
                        interrupts = <77>;
-                       clocks = <24000000>;
+                       clock-frequency = <24000000>;
                        status = "disabled";
                };
 
@@ -96,7 +96,7 @@
                        compatible = "rockchip,rk30xx-timer";
                        reg = <0x20038060 0x20>;
                        interrupts = <91>;
-                       clocks = <24000000>;
+                       clock-frequency = <24000000>;
                        status = "disabled";
                };
 
@@ -104,7 +104,7 @@
                        compatible = "rockchip,rk30xx-timer";
                        reg = <0x20038080 0x20>;
                        interrupts = <92>;
-                       clocks = <24000000>;
+                       clock-frequency = <24000000>;
                        status = "disabled";
                };
 
@@ -112,13 +112,14 @@
                        compatible = "rockchip,rk30xx-timer";
                        reg = <0x200380a0 0x20>;
                        interrupts = <96>;
-                       clocks = <24000000>;
+                       clock-frequency = <24000000>;
                        status = "disabled";
                };
 
                watchdog@2004c000 {
                        compatible = "rockchip,rk30xx-wdt";
                        reg = <0x2004c000 0x100>;
+                       clock-frequency = < 66000000 >;
                };
 
                gpio0: gpio@2000a000 {
@@ -233,7 +234,7 @@
                        interrupts = <55>;
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       clocks = <24000000>;    /* TODO: verify freq */
+                       clock-frequency = <24000000>;   /* TODO: verify freq */
                        status = "disabled";
                };
 
@@ -243,7 +244,7 @@
                        interrupts = <56>;
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       clocks = <24000000>;    /* TODO: verify freq */
+                       clock-frequency = <24000000>;   /* TODO: verify freq */
                        status = "disabled";
                };
        };
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to