projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd942ba
)
[POWERPC] 4xx: Fix Walnut DTS interrupt property
author
Steven A. Falco
<sfalco@harris.com>
Wed, 31 Oct 2007 17:52:53 +0000
(
04:52
+1100)
committer
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Thu, 1 Nov 2007 12:20:43 +0000
(07:20 -0500)
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>
arch/powerpc/boot/dts/walnut.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/boot/dts/walnut.dts
b/arch/powerpc/boot/dts/walnut.dts
index fa681f5343fec196dd5a51cd029bd34097427aef..754fa3960f8331813aede79d855bf57bbf49730c 100644
(file)
--- 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>;