PERFORCE change 219913 for review

Robert Watson rwatson at FreeBSD.org
Sat Dec 29 21:03:17 UTC 2012


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

Change 219913 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2012/12/29 21:03:11

	Fix several syntax bugs in the stub beritab DTS.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#2 (text+ko) ====

@@ -48,7 +48,7 @@
 
 	cpus {
 		cpu at 0 {
-			compatible = "sri-cambridge,beri"
+			compatible = "sri-cambridge,beri";
 		};
 	};
 
@@ -85,7 +85,7 @@
 
 	ethernet at 7f007000 {
 		compatible = "altera,atse";
-		reg = <0x7f007000, 0x540>;
+		reg = <0x7f007000 0x540>;
 	};
 
 	touchscreen at 70400000 {
@@ -98,10 +98,10 @@
 	flash at 0x74000000 {
 		compatible = "intel,strataflash";
 		reg = <0x74000000 0x2000000>;
-	}
+	};
 
 	flash at 0x76000000 {
 		compatible = "intel,strataflash";
 		reg = <0x76000000 0x2000000>;
-	}
+	};
 };


More information about the p4-projects mailing list