linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] * mpc8313erdb.dts: Fixed eTSEC interrupt assignment.
@ 2009-09-04 10:31 Roland Lezuo
  2009-09-09 18:22 ` Scott Wood
  0 siblings, 1 reply; 16+ messages in thread
From: Roland Lezuo @ 2009-09-04 10:31 UTC (permalink / raw)
  To: linuxppc-dev

The following patch is needed to correctly assign the IRQs for the gianfar driver on the MPC8313ERDB-revc boards. ERR and TX are swapped as well as the interrupt lines for the two devices.

Signed-off-by: Roland Lezuo <roland.lezuo@chello.at>

---
 arch/powerpc/boot/dts/mpc8313erdb.dts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
index 761faa7..907a445 100644
--- a/arch/powerpc/boot/dts/mpc8313erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
@@ -188,7 +188,7 @@
 			compatible = "gianfar";
 			reg = <0x24000 0x1000>;
 			local-mac-address = [ 00 00 00 00 00 00 ];
-			interrupts = <37 0x8 36 0x8 35 0x8>;
+			interrupts = <32 0x8 33 0x8 34 0x8>;
 			interrupt-parent = <&ipic>;
 			tbi-handle = < &tbi0 >;
 			/* Vitesse 7385 isn't on the MDIO bus */
@@ -223,7 +223,7 @@
 			reg = <0x25000 0x1000>;
 			ranges = <0x0 0x25000 0x1000>;
 			local-mac-address = [ 00 00 00 00 00 00 ];
-			interrupts = <34 0x8 33 0x8 32 0x8>;
+			interrupts = <35 0x8 36 0x8 37 0x8>;
 			interrupt-parent = <&ipic>;
 			tbi-handle = < &tbi1 >;
 			phy-handle = < &phy4 >;
-- 
1.6.0.4

Regards
Roland Lezuo
please CC personally as I'm not subscribed.

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

end of thread, other threads:[~2009-10-20 15:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-04 10:31 [PATCH] * mpc8313erdb.dts: Fixed eTSEC interrupt assignment Roland Lezuo
2009-09-09 18:22 ` Scott Wood
2009-09-09 20:28   ` Kumar Gala
2009-09-09 20:35     ` Kim Phillips
2009-10-12 16:06     ` Kim Phillips
     [not found]       ` <1255635643.20355.2.camel@tbfg-desktop>
2009-10-16 22:27         ` Kim Phillips
2009-09-09 20:49   ` Mark Bishop
2009-10-14  7:41   ` Richard Cochran
2009-10-14 15:27     ` Scott Wood
2009-10-15 12:19       ` Richard Cochran
2009-10-15 16:27         ` Scott Wood
2009-10-16  6:31           ` Richard Cochran
2009-10-16 16:01             ` Scott Wood
2009-10-16 16:30               ` Kumar Gala
2009-10-20 10:01               ` Richard Cochran
2009-10-20 15:56                 ` Scott Wood

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