[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>
This commit is contained in:
Steven A. Falco 2007-11-01 04:52:53 +11:00 коммит произвёл Josh Boyer
Родитель bd942ba3db
Коммит 29273158f8
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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>;