[POWERPC] mpc5200: add #address-cells and #size-cells to soc node.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 25 Jan 2008 20:33:20 +0000 (07:33 +1100)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 26 Jan 2008 21:03:46 +0000 (14:03 -0700)
The various 5200 dts files don't have values specified for the soc
node, which in turn results in a warning from the processing of
every child node (roughly 40 warnings per file).  This explicitly
sets the default values and gets rid of all the warnings.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/boot/dts/cm5200.dts
arch/powerpc/boot/dts/lite5200.dts
arch/powerpc/boot/dts/lite5200b.dts
arch/powerpc/boot/dts/motionpro.dts
arch/powerpc/boot/dts/tqm5200.dts

index 9295083..2b88a58 100644 (file)
@@ -45,6 +45,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200b";
                compatible = "fsl,mpc5200b";
                revision = "";                  // from bootloader
index e1d6f44..7de3d21 100644 (file)
@@ -46,6 +46,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200";
                compatible = "mpc5200";
                revision = "";                  // from bootloader
index 3e06f58..dd2c4fd 100644 (file)
@@ -46,6 +46,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200b";
                compatible = "mpc5200";
                revision = "";                  // from bootloader
index d8c316a..ee30805 100644 (file)
@@ -45,6 +45,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200b";
                compatible = "fsl,mpc5200b";
                revision = "";                  // from bootloader
index 5017cec..58c9799 100644 (file)
@@ -45,6 +45,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200";
                compatible = "fsl,mpc5200";
                revision = "";                  // from bootloader