[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>
This commit is contained in:
Paul Gortmaker 2008-01-26 07:33:20 +11:00 committed by Grant Likely
parent 55852bed57
commit 58a5be3915
5 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,8 @@
};
soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200b";
compatible = "fsl,mpc5200b";
revision = ""; // from bootloader

View File

@ -46,6 +46,8 @@
};
soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200";
compatible = "mpc5200";
revision = ""; // from bootloader

View File

@ -46,6 +46,8 @@
};
soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200b";
compatible = "mpc5200";
revision = ""; // from bootloader

View File

@ -45,6 +45,8 @@
};
soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200b";
compatible = "fsl,mpc5200b";
revision = ""; // from bootloader

View File

@ -45,6 +45,8 @@
};
soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200";
compatible = "fsl,mpc5200";
revision = ""; // from bootloader