Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 21:29:24 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 175745 for review
Message-ID:  <201003162129.o2GLTOdv098401@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=175745

Change 175745 by raj@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@0 {
+		cpu@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@0 {
+		cpu@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@0 {
+		cpu@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@0 {
+		cpu@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";
+	};
 };



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