linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 5200 dts: add default address and size cells to soc node.
@ 2008-01-25 20:33 Paul Gortmaker
  2008-01-26  3:17 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2008-01-25 20:33 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Paul Gortmaker

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>
---
 arch/powerpc/boot/dts/cm5200.dts    |    2 ++
 arch/powerpc/boot/dts/lite5200.dts  |    2 ++
 arch/powerpc/boot/dts/lite5200b.dts |    2 ++
 arch/powerpc/boot/dts/motionpro.dts |    2 ++
 arch/powerpc/boot/dts/tqm5200.dts   |    2 ++
 5 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/cm5200.dts b/arch/powerpc/boot/dts/cm5200.dts
index 9295083..2b88a58 100644
--- a/arch/powerpc/boot/dts/cm5200.dts
+++ b/arch/powerpc/boot/dts/cm5200.dts
@@ -45,6 +45,8 @@
 	};
 
 	soc5200@f0000000 {
+		#address-cells = <1>;
+		#size-cells = <1>;
 		model = "fsl,mpc5200b";
 		compatible = "fsl,mpc5200b";
 		revision = "";			// from bootloader
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts
index e1d6f44..7de3d21 100644
--- a/arch/powerpc/boot/dts/lite5200.dts
+++ b/arch/powerpc/boot/dts/lite5200.dts
@@ -46,6 +46,8 @@
 	};
 
 	soc5200@f0000000 {
+		#address-cells = <1>;
+		#size-cells = <1>;
 		model = "fsl,mpc5200";
 		compatible = "mpc5200";
 		revision = "";			// from bootloader
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts
index 3e06f58..dd2c4fd 100644
--- a/arch/powerpc/boot/dts/lite5200b.dts
+++ b/arch/powerpc/boot/dts/lite5200b.dts
@@ -46,6 +46,8 @@
 	};
 
 	soc5200@f0000000 {
+		#address-cells = <1>;
+		#size-cells = <1>;
 		model = "fsl,mpc5200b";
 		compatible = "mpc5200";
 		revision = "";			// from bootloader
diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts
index d8c316a..ee30805 100644
--- a/arch/powerpc/boot/dts/motionpro.dts
+++ b/arch/powerpc/boot/dts/motionpro.dts
@@ -45,6 +45,8 @@
 	};
 
 	soc5200@f0000000 {
+		#address-cells = <1>;
+		#size-cells = <1>;
 		model = "fsl,mpc5200b";
 		compatible = "fsl,mpc5200b";
 		revision = "";			// from bootloader
diff --git a/arch/powerpc/boot/dts/tqm5200.dts b/arch/powerpc/boot/dts/tqm5200.dts
index 5017cec..58c9799 100644
--- a/arch/powerpc/boot/dts/tqm5200.dts
+++ b/arch/powerpc/boot/dts/tqm5200.dts
@@ -45,6 +45,8 @@
 	};
 
 	soc5200@f0000000 {
+		#address-cells = <1>;
+		#size-cells = <1>;
 		model = "fsl,mpc5200";
 		compatible = "fsl,mpc5200";
 		revision = "";			// from bootloader
-- 
1.5.4.rc4.gcab31

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] 5200 dts: add default address and size cells to soc node.
  2008-01-25 20:33 [PATCH] 5200 dts: add default address and size cells to soc node Paul Gortmaker
@ 2008-01-26  3:17 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2008-01-26  3:17 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: linuxppc-dev

On 1/25/08, Paul Gortmaker <paul.gortmaker@windriver.com> wrote:
> 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>

Applied, thanks!

g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-26  3:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-25 20:33 [PATCH] 5200 dts: add default address and size cells to soc node Paul Gortmaker
2008-01-26  3:17 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).