aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2008-01-25 15:33:20 -0500
committerGrant Likely <grant.likely@secretlab.ca>2008-01-26 16:03:46 -0500
commit58a5be39159a2a7473a0c2dd2a487782e65b95ba (patch)
tree674b780bdeafa7d79b3c93e7dd6dacbf953f00b7 /arch/powerpc/boot
parent55852bed57a97b08ab56028f1054d48d45de3aec (diff)
[POWERPC] mpc5200: add #address-cells and #size-cells to soc node.
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>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/cm5200.dts2
-rw-r--r--arch/powerpc/boot/dts/lite5200.dts2
-rw-r--r--arch/powerpc/boot/dts/lite5200b.dts2
-rw-r--r--arch/powerpc/boot/dts/motionpro.dts2
-rw-r--r--arch/powerpc/boot/dts/tqm5200.dts2
5 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/cm5200.dts b/arch/powerpc/boot/dts/cm5200.dts
index 9295083d1ce9..2b88a58791ac 100644
--- a/arch/powerpc/boot/dts/cm5200.dts
+++ b/arch/powerpc/boot/dts/cm5200.dts
@@ -45,6 +45,8 @@
45 }; 45 };
46 46
47 soc5200@f0000000 { 47 soc5200@f0000000 {
48 #address-cells = <1>;
49 #size-cells = <1>;
48 model = "fsl,mpc5200b"; 50 model = "fsl,mpc5200b";
49 compatible = "fsl,mpc5200b"; 51 compatible = "fsl,mpc5200b";
50 revision = ""; // from bootloader 52 revision = ""; // from bootloader
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts
index e1d6f441532f..7de3d2133d7c 100644
--- a/arch/powerpc/boot/dts/lite5200.dts
+++ b/arch/powerpc/boot/dts/lite5200.dts
@@ -46,6 +46,8 @@
46 }; 46 };
47 47
48 soc5200@f0000000 { 48 soc5200@f0000000 {
49 #address-cells = <1>;
50 #size-cells = <1>;
49 model = "fsl,mpc5200"; 51 model = "fsl,mpc5200";
50 compatible = "mpc5200"; 52 compatible = "mpc5200";
51 revision = ""; // from bootloader 53 revision = ""; // from bootloader
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts
index 3e06f58a0a71..dd2c4fd3d098 100644
--- a/arch/powerpc/boot/dts/lite5200b.dts
+++ b/arch/powerpc/boot/dts/lite5200b.dts
@@ -46,6 +46,8 @@
46 }; 46 };
47 47
48 soc5200@f0000000 { 48 soc5200@f0000000 {
49 #address-cells = <1>;
50 #size-cells = <1>;
49 model = "fsl,mpc5200b"; 51 model = "fsl,mpc5200b";
50 compatible = "mpc5200"; 52 compatible = "mpc5200";
51 revision = ""; // from bootloader 53 revision = ""; // from bootloader
diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts
index d8c316ae0a47..ee30805e35cd 100644
--- a/arch/powerpc/boot/dts/motionpro.dts
+++ b/arch/powerpc/boot/dts/motionpro.dts
@@ -45,6 +45,8 @@
45 }; 45 };
46 46
47 soc5200@f0000000 { 47 soc5200@f0000000 {
48 #address-cells = <1>;
49 #size-cells = <1>;
48 model = "fsl,mpc5200b"; 50 model = "fsl,mpc5200b";
49 compatible = "fsl,mpc5200b"; 51 compatible = "fsl,mpc5200b";
50 revision = ""; // from bootloader 52 revision = ""; // from bootloader
diff --git a/arch/powerpc/boot/dts/tqm5200.dts b/arch/powerpc/boot/dts/tqm5200.dts
index 5017cec3d386..58c9799caf16 100644
--- a/arch/powerpc/boot/dts/tqm5200.dts
+++ b/arch/powerpc/boot/dts/tqm5200.dts
@@ -45,6 +45,8 @@
45 }; 45 };
46 46
47 soc5200@f0000000 { 47 soc5200@f0000000 {
48 #address-cells = <1>;
49 #size-cells = <1>;
48 model = "fsl,mpc5200"; 50 model = "fsl,mpc5200";
49 compatible = "fsl,mpc5200"; 51 compatible = "fsl,mpc5200";
50 revision = ""; // from bootloader 52 revision = ""; // from bootloader