PERFORCE change 176395 for review

Rafal Jaworowski raj at FreeBSD.org
Thu Apr 1 08:18:54 UTC 2010


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

Change 176395 by raj at raj_fdt on 2010/04/01 08:18:24

	Convert QUICC (CPM) attachment to the FDT convention.

Affected files ...

.. //depot/projects/fdt/sys/boot/fdt/dts/mpc8555cds.dts#3 edit
.. //depot/projects/fdt/sys/conf/files.powerpc#20 edit
.. //depot/projects/fdt/sys/dev/quicc/quicc_bfe_fdt.c#1 add
.. //depot/projects/fdt/sys/dev/quicc/quicc_bfe_ocp.c#2 delete

Differences ...

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

@@ -335,40 +335,12 @@
 			device_type = "open-pic";
 		};
 
-		cpm at 919c0 {
+		cpm at 80000 {
 			#address-cells = <1>;
 			#size-cells = <1>;
 			compatible = "fsl,mpc8555-cpm", "fsl,cpm2";
-			reg = <0x919c0 0x30>;
-			ranges;
-
-			muram at 80000 {
-				#address-cells = <1>;
-				#size-cells = <1>;
-				ranges = <0x0 0x80000 0x10000>;
-
-				data at 0 {
-					compatible = "fsl,cpm-muram-data";
-					reg = <0x0 0x2000 0x9000 0x1000>;
-				};
-			};
-
-			brg at 919f0 {
-				compatible = "fsl,mpc8555-brg",
-				             "fsl,cpm2-brg",
-				             "fsl,cpm-brg";
-				reg = <0x919f0 0x10 0x915f0 0x10>;
-			};
-
-			cpmpic: pic at 90c00 {
-				interrupt-controller;
-				#address-cells = <0>;
-				#interrupt-cells = <2>;
-				interrupts = <46 2>;
-				interrupt-parent = <&mpic>;
-				reg = <0x90c00 0x80>;
-				compatible = "fsl,mpc8555-cpm-pic", "fsl,cpm2-pic";
-			};
+			reg = <0x80000 0x20000>;
+			interrupts = <46 2>;
 		};
 	};
 

==== //depot/projects/fdt/sys/conf/files.powerpc#20 (text+ko) ====

@@ -39,7 +39,7 @@
 dev/ofw/ofw_pcibus.c		optional	pci aim | pci fdt
 dev/ofw/ofw_standard.c		optional	aim
 dev/powermac_nvram/powermac_nvram.c optional	powermac_nvram powermac
-dev/quicc/quicc_bfe_ocp.c	optional	quicc mpc85xx
+dev/quicc/quicc_bfe_fdt.c	optional	quicc mpc85xx
 dev/scc/scc_bfe_macio.c		optional	scc powermac
 dev/sec/sec.c			optional	sec mpc85xx
 dev/sound/macio/aoa.c		optional	snd_davbus | snd_ai2s powermac


More information about the p4-projects mailing list