Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2010 16:46:26 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 176672 for review
Message-ID:  <201004081646.o38GkQKk069868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@176672?ac=10

Change 176672 by raj@raj_fdt on 2010/04/08 16:46:15

	Fix DB-78100 DTS.

Affected files ...

.. //depot/projects/fdt/sys/boot/fdt/dts/db78100.dts#3 edit

Differences ...

==== //depot/projects/fdt/sys/boot/fdt/dts/db78100.dts#3 (text+ko) ====

@@ -166,7 +166,7 @@
 				20 3		/* MPP[20]: <UNKNOWN> */
 				21 3		/* MPP[21]: <UNKNOWN> */
 				22 4		/* MPP[22]: UA3_TXD */
-				23 4		/* MPP[21]: UA3_RXD */
+				23 4 >;		/* MPP[21]: UA3_RXD */
 		};
 
 		GPIO: gpio@10100 {
@@ -219,7 +219,7 @@
 				compatible = "mrvl,mdio";
 
 				phy0: ethernet-phy@0 {
-					reg = <0x0>;
+					reg = <0x8>;
 				};
 			};
 		};
@@ -229,8 +229,8 @@
 			#size-cells = <1>;
 			model = "V2";
 			compatible = "mrvl,ge";
-			reg = <0x72000 0x2000>;
-			ranges = <0x0 0x72000 0x2000>;
+			reg = <0x76000 0x2000>;
+			ranges = <0x0 0x76000 0x2000>;
 			local-mac-address = [ 00 00 00 00 00 00 ];
 			interrupts = <45 46 47 44 70>;
 			interrupt-parent = <&PIC>;
@@ -242,7 +242,7 @@
 				compatible = "mrvl,mdio";
 
 				phy0: ethernet-phy@0 {
-					reg = <0x0>;
+					reg = <0x9>;
 				};
 			};
 		};



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