PERFORCE change 175745 for review

Rafal Jaworowski raj at FreeBSD.org
Tue Mar 16 21:29:24 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=175745

Change 175745 by raj at raj_fdt on 2010/03/16 21:28:35

	Minor adjustments of DTS files.
	
	o Align to a more modern way of specifying CPU type
	
	o Provide /chosen node for the SheevaPlug so it is a fully stand-alone
	  DTS

Affected files ...

.. //depot/projects/fdt/sys/boot/fdt/dts/db88f5182.dts#3 edit
.. //depot/projects/fdt/sys/boot/fdt/dts/db88f5281.dts#3 edit
.. //depot/projects/fdt/sys/boot/fdt/dts/db88f6281.dts#6 edit
.. //depot/projects/fdt/sys/boot/fdt/dts/sheevaplug.dts#4 edit

Differences ...

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

@@ -51,8 +51,9 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		ARM,88FR531 at 0 {
+		cpu at 0 {
 			device_type = "cpu";
+			compatible = "ARM,88FR531";
 			reg = <0x0>;
 			d-cache-line-size = <32>;	// 32 bytes
 			i-cache-line-size = <32>;	// 32 bytes

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

@@ -51,8 +51,9 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		ARM,88FR531 at 0 {
+		cpu at 0 {
 			device_type = "cpu";
+			compatible = "ARM,88FR531";
 			reg = <0x0>;
 			d-cache-line-size = <32>;	// 32 bytes
 			i-cache-line-size = <32>;	// 32 bytes

==== //depot/projects/fdt/sys/boot/fdt/dts/db88f6281.dts#6 (text+ko) ====

@@ -50,8 +50,9 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		ARM,88FR131 at 0 {
+		cpu at 0 {
 			device_type = "cpu";
+			compatible = "ARM,88FR131";
 			reg = <0x0>;
 			d-cache-line-size = <32>;	// 32 bytes
 			i-cache-line-size = <32>;	// 32 bytes

==== //depot/projects/fdt/sys/boot/fdt/dts/sheevaplug.dts#4 (text+ko) ====

@@ -50,8 +50,9 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		ARM,88FR131 at 0 {
+		cpu at 0 {
 			device_type = "cpu";
+			compatible = "ARM,88FR131";
 			reg = <0x0>;
 			d-cache-line-size = <32>;	// 32 bytes
 			i-cache-line-size = <32>;	// 32 bytes
@@ -257,4 +258,9 @@
 		compatible = "mrvl,cesa-sram";
 		reg = <0xfd000000 0x00100000>;
 	};
+
+	chosen {
+		stdin = "serial0";
+		stdout = "serial0";
+	};
 };


More information about the p4-projects mailing list