]> err.no Git - linux-2.6/commitdiff
[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 9295083d1ce9c7f5e5642341a63582260b2c425f..2b88a58791ac0e8ae70518dd01eaacdeffd88acc 100644 (file)
@@ -45,6 +45,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200b";
                compatible = "fsl,mpc5200b";
                revision = "";                  // from bootloader
index e1d6f441532ff3bf3f7e911d44dfa548cf7793d4..7de3d2133d7caa4875722c9a7c496ee7a8e6d344 100644 (file)
@@ -46,6 +46,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200";
                compatible = "mpc5200";
                revision = "";                  // from bootloader
index 3e06f58a0a71af1a11e64b3087d6ce4f28f8b570..dd2c4fd3d09884b237ae0381c02cbeff27735fd2 100644 (file)
@@ -46,6 +46,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200b";
                compatible = "mpc5200";
                revision = "";                  // from bootloader
index d8c316ae0a47f9472e2eb5785c3edfcc9e2e81c2..ee30805e35cd4fda801ca8fa129d6d6aaf4df843 100644 (file)
@@ -45,6 +45,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200b";
                compatible = "fsl,mpc5200b";
                revision = "";                  // from bootloader
index 5017cec3d386f2f6e5f3a6c2f36a78e632af3c26..58c9799caf16c1432e33693b88ceed62ebe5ab95 100644 (file)
@@ -45,6 +45,8 @@
        };
 
        soc5200@f0000000 {
+               #address-cells = <1>;
+               #size-cells = <1>;
                model = "fsl,mpc5200";
                compatible = "fsl,mpc5200";
                revision = "";                  // from bootloader