diff options
author | Steven A. Falco <sfalco@harris.com> | 2007-11-01 04:52:53 +1100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-11-01 07:20:43 -0500 |
commit | 29273158f82020241d9a6539d6cef9cf926654c9 (patch) | |
tree | 20b5c74e2ddb008b83f36811c61736f6301cb4c2 /arch | |
parent | bd942ba3db60d3bd4e21febbe7c5e339d973d5a8 (diff) | |
download | talos-op-linux-29273158f82020241d9a6539d6cef9cf926654c9.tar.gz talos-op-linux-29273158f82020241d9a6539d6cef9cf926654c9.zip |
[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 <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 fa681f5343fe..754fa3960f83 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>; |