Skip to content

Commit

Permalink
[POWERPC] mpc5200: add #address-cells and #size-cells to soc node.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker authored and Grant Likely committed Jan 26, 2008
1 parent 55852be commit 58a5be3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/cm5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
};

soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200b";
compatible = "fsl,mpc5200b";
revision = ""; // from bootloader
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/lite5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
};

soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200";
compatible = "mpc5200";
revision = ""; // from bootloader
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/lite5200b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
};

soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200b";
compatible = "mpc5200";
revision = ""; // from bootloader
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/motionpro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
};

soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200b";
compatible = "fsl,mpc5200b";
revision = ""; // from bootloader
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
};

soc5200@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
model = "fsl,mpc5200";
compatible = "fsl,mpc5200";
revision = ""; // from bootloader
Expand Down

0 comments on commit 58a5be3

Please sign in to comment.