Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=29273158f82020241d9a6539d6cef9cf926654c9
Commit:     29273158f82020241d9a6539d6cef9cf926654c9
Parent:     bd942ba3db60d3bd4e21febbe7c5e339d973d5a8
Author:     Steven A. Falco <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 1 04:52:53 2007 +1100
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Thu Nov 1 07:20:43 2007 -0500

    [POWERPC] 4xx: Fix Walnut DTS interrupt property
    
    Re-order the EMAC interrupts in the walnut.dts file so that they are mapped
    correctly.
    
    Signed-off-by: Steve Falco <sfalco at harris.com>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/walnut.dts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/dts/walnut.dts b/arch/powerpc/boot/dts/walnut.dts
index fa681f5..754fa39 100644
--- a/arch/powerpc/boot/dts/walnut.dts
+++ b/arch/powerpc/boot/dts/walnut.dts
@@ -122,7 +122,9 @@
                                device_type = "network";
                                compatible = "ibm,emac-405gp", "ibm,emac";
                                interrupt-parent = <&UIC0>;
-                               interrupts = <9 4 f 4>;
+                               interrupts = <
+                                       f 4 /* Ethernet */
+                                       9 4 /* Ethernet Wake Up */>;
                                local-mac-address = [000000000000]; /* Filled 
in by zImage */
                                reg = <ef600800 70>;
                                mal-device = <&MAL>;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to