Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 21:40:03 +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: r265935 - stable/10/sys/boot/fdt/dts
Message-ID:  <201405122140.s4CLe3EE069388@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Mon May 12 21:40:03 2014
New Revision: 265935
URL: http://svnweb.freebsd.org/changeset/base/265935

Log:
  MFC r260235: fixes to dockstar DTS source.

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

Modified: stable/10/sys/boot/fdt/dts/dockstar.dts
==============================================================================
--- stable/10/sys/boot/fdt/dts/dockstar.dts	Mon May 12 21:22:53 2014	(r265934)
+++ stable/10/sys/boot/fdt/dts/dockstar.dts	Mon May 12 21:40:03 2014	(r265935)
@@ -76,44 +76,17 @@
 		#size-cells = <1>;
 		compatible = "mrvl,lbc";
 
-		/* This reflects CPU decode windows setup. */
-		ranges = <0x0 0x0f 0xf9300000 0x00100000
-			  0x1 0x1e 0xfa000000 0x00100000
-			  0x2 0x1d 0xfa100000 0x02000000
-			  0x3 0x1b 0xfc100000 0x00000400>;
+		/* This reflects CPU decode windows setup for NAND access. */
+		ranges = <0x0 0x2f 0xf9300000 0x00100000>;
 
-		nor@0,0 {
+		nand@0,0 {
 			#address-cells = <1>;
 			#size-cells = <1>;
-			compatible = "cfi-flash";
+			compatible = "mrvl,nfc";
 			reg = <0x0 0x0 0x00100000>;
 			bank-width = <2>;
 			device-width = <1>;
 		};
-
-		led@1,0 {
-			#address-cells = <1>;
-			#size-cells = <1>;
-			compatible = "led";
-			reg = <0x1 0x0 0x00100000>;
-		};
-
-		nor@2,0 {
-			#address-cells = <1>;
-			#size-cells = <1>;
-			compatible = "cfi-flash";
-			reg = <0x2 0x0 0x02000000>;
-			bank-width = <2>;
-			device-width = <1>;
-		};
-
-		nand@3,0 {
-			#address-cells = <1>;
-			#size-cells = <1>;
-			reg = <0x3 0x0 0x00100000>;
-			bank-width = <2>;
-			device-width = <1>;
-		};
 	};
 
 	SOC: soc88f6281@f1000000 {



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