diff options
author | Paul Mackerras <paulus@samba.org> | 2007-11-08 04:28:14 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-11-08 04:28:14 +0100 |
commit | 688016f4e2028e3c2c27e959ad001536e10ee2c5 (patch) | |
tree | f45baa7b2c115f1297b4ad8d30b306204ef5e537 /arch/powerpc/boot/dts/walnut.dts | |
parent | [POWERPC] EEH: Make sure warning message is printed (diff) | |
parent | [POWERPC] 4xx: Fix Walnut DTS interrupt property (diff) | |
download | linux-688016f4e2028e3c2c27e959ad001536e10ee2c5.tar.xz linux-688016f4e2028e3c2c27e959ad001536e10ee2c5.zip |
Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge
Diffstat (limited to 'arch/powerpc/boot/dts/walnut.dts')
-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>; |