Commit 29273158 authored by Steven A. Falco's avatar Steven A. Falco Committed by Josh Boyer

[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: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent bd942ba3
...@@ -122,7 +122,9 @@ ...@@ -122,7 +122,9 @@
device_type = "network"; device_type = "network";
compatible = "ibm,emac-405gp", "ibm,emac"; compatible = "ibm,emac-405gp", "ibm,emac";
interrupt-parent = <&UIC0>; 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 */ local-mac-address = [000000000000]; /* Filled in by zImage */
reg = <ef600800 70>; reg = <ef600800 70>;
mal-device = <&MAL>; mal-device = <&MAL>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment