Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 21:03:15 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219913 for review
Message-ID:  <201212292103.qBTL3F56045851@skunkworks.freebsd.org>

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

Change 219913 by rwatson@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@0 {
-			compatible = "sri-cambridge,beri"
+			compatible = "sri-cambridge,beri";
 		};
 	};
 
@@ -85,7 +85,7 @@
 
 	ethernet@7f007000 {
 		compatible = "altera,atse";
-		reg = <0x7f007000, 0x540>;
+		reg = <0x7f007000 0x540>;
 	};
 
 	touchscreen@70400000 {
@@ -98,10 +98,10 @@
 	flash@0x74000000 {
 		compatible = "intel,strataflash";
 		reg = <0x74000000 0x2000000>;
-	}
+	};
 
 	flash@0x76000000 {
 		compatible = "intel,strataflash";
 		reg = <0x76000000 0x2000000>;
-	}
+	};
 };



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