linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] unbreak lite5200 dts (_pic vs. -pic)
@ 2007-05-21  6:56 Domen Puncer
  2007-05-21  7:45 ` Sylvain Munaut
  2007-05-23 12:44 ` Kumar Gala
  0 siblings, 2 replies; 3+ messages in thread
From: Domen Puncer @ 2007-05-21  6:56 UTC (permalink / raw)
  To: linuxppc-embedded

Unbreak lite5200 dts, which were broken by
5c1992f83304cf2d56934dd6c06709b96e1b0c81


Signed-off-by: Domen Puncer <domen.puncer@telargo.com>

---
 arch/powerpc/boot/dts/lite5200.dts  |    2 +-
 arch/powerpc/boot/dts/lite5200b.dts |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: work-powerpc.git/arch/powerpc/boot/dts/lite5200.dts
===================================================================
--- work-powerpc.git.orig/arch/powerpc/boot/dts/lite5200.dts
+++ work-powerpc.git/arch/powerpc/boot/dts/lite5200.dts
@@ -67,7 +67,7 @@
 			interrupt-controller;
 			#interrupt-cells = <3>;
 			device_type = "interrupt-controller";
-			compatible = "mpc5200_pic";
+			compatible = "mpc5200-pic";
 			reg = <500 80>;
 			built-in;
 		};
Index: work-powerpc.git/arch/powerpc/boot/dts/lite5200b.dts
===================================================================
--- work-powerpc.git.orig/arch/powerpc/boot/dts/lite5200b.dts
+++ work-powerpc.git/arch/powerpc/boot/dts/lite5200b.dts
@@ -67,7 +67,7 @@
 			interrupt-controller;
 			#interrupt-cells = <3>;
 			device_type = "interrupt-controller";
-			compatible = "mpc5200b-pic\0mpc5200_pic";
+			compatible = "mpc5200b-pic\0mpc5200-pic";
 			reg = <500 80>;
 			built-in;
 		};

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

end of thread, other threads:[~2007-05-23 12:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-21  6:56 [PATCH] unbreak lite5200 dts (_pic vs. -pic) Domen Puncer
2007-05-21  7:45 ` Sylvain Munaut
2007-05-23 12:44 ` Kumar Gala

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).