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.le...@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.
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to