PERFORCE change 176672 for review

Rafal Jaworowski raj at FreeBSD.org
Thu Apr 8 16:46:27 UTC 2010


http://p4web.freebsd.org/@@176672?ac=10

Change 176672 by raj at 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 at 10100 {
@@ -219,7 +219,7 @@
 				compatible = "mrvl,mdio";
 
 				phy0: ethernet-phy at 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 at 0 {
-					reg = <0x0>;
+					reg = <0x9>;
 				};
 			};
 		};


More information about the p4-projects mailing list