Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 15:34:23 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r266239 - stable/10/sys/boot/fdt/dts
Message-ID:  <201405161534.s4GFYNGR006873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Fri May 16 15:34:23 2014
New Revision: 266239
URL: http://svnweb.freebsd.org/changeset/base/266239

Log:
  MFC 258547, 259122
  
    Add clock frequency for rk3188 watchdog.
    Replace "clocks" to "clock-frequency".
    Add gpio config for usb1 in dts.

Modified:
  stable/10/sys/boot/fdt/dts/rk3188.dtsi
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/boot/fdt/dts/rk3188.dtsi
==============================================================================
--- stable/10/sys/boot/fdt/dts/rk3188.dtsi	Fri May 16 15:32:16 2014	(r266238)
+++ stable/10/sys/boot/fdt/dts/rk3188.dtsi	Fri May 16 15:34:23 2014	(r266239)
@@ -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 {
@@ -173,6 +174,7 @@
 			interrupt-parent = <&GIC>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			gpios = <&gpio0 3 2 2>;
 		};
 
 		uart0: serial@10124000 {
@@ -233,7 +235,7 @@
 			interrupts = <55>;
 			#address-cells = <1>;
 			#size-cells = <0>;
-			clocks = <24000000>;	/* TODO: verify freq */
+			clock-frequency = <24000000>;	/* TODO: verify freq */
 			status = "disabled";
 		};
 
@@ -243,7 +245,7 @@
 			interrupts = <56>;
 			#address-cells = <1>;
 			#size-cells = <0>;
-			clocks = <24000000>;	/* TODO: verify freq */
+			clock-frequency = <24000000>;	/* TODO: verify freq */
 			status = "disabled";
 		};
 	};



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405161534.s4GFYNGR006873>