From: Roland Lezuo <roland.lezuo@chello.at>
To: linuxppc-dev@lists.ozlabs.org
Subject: [PATCH] * mpc8313erdb.dts: Fixed eTSEC interrupt assignment.
Date: Fri, 4 Sep 2009 12:31:25 +0200 [thread overview]
Message-ID: <25940478.1252060285938.JavaMail.root@viefep11.chello.at> (raw)
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.
next reply other threads:[~2009-09-04 10:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-04 10:31 Roland Lezuo [this message]
2009-09-09 18:22 ` [PATCH] * mpc8313erdb.dts: Fixed eTSEC interrupt assignment Scott Wood
2009-09-09 20:28 ` Kumar Gala
2009-09-09 20:35 ` Kim Phillips
2009-10-12 16:06 ` Kim Phillips
2009-10-12 16:06 ` [U-Boot] " Kim Phillips
[not found] ` <1255635643.20355.2.camel@tbfg-desktop>
2009-10-16 22:27 ` Kim Phillips
2009-10-16 22:27 ` [U-Boot] " 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=25940478.1252060285938.JavaMail.root@viefep11.chello.at \
--to=roland.lezuo@chello.at \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.