projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2278e81
)
[POWERPC] PPC440EP Interrupt Triggering and Level Settings
author
Wolfgang Ocker
<weo@reccoware.de>
Sun, 10 Feb 2008 19:24:02 +0000
(06:24 +1100)
committer
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Sat, 16 Feb 2008 03:33:02 +0000
(21:33 -0600)
Corrected IRQ triggering and level settings according to latest revision
of the 440EP User Manual (rev 1.24 nov 16, 2007).
The incorrect settings might cause a failure of the network if both
onchip ethernet ports are under heavy load.
Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/ppc/platforms/4xx/ibm440ep.c
patch
|
blob
|
history
diff --git
a/arch/ppc/platforms/4xx/ibm440ep.c
b/arch/ppc/platforms/4xx/ibm440ep.c
index
1fed663
..
0de9153
100644
(file)
--- a/
arch/ppc/platforms/4xx/ibm440ep.c
+++ b/
arch/ppc/platforms/4xx/ibm440ep.c
@@
-172,11
+172,11
@@
struct ocp_def core_ocp[] = {
/* Polarity and triggering settings for internal interrupt sources */
struct ppc4xx_uic_settings ppc4xx_core_uic_cfg[] __initdata = {
{ .polarity = 0xffbffe03,
- .triggering = 0x
fffffe
00,
+ .triggering = 0x
000000
00,
.ext_irq_mask = 0x000001fc, /* IRQ0 - IRQ6 */
},
- { .polarity = 0xffffc6
e
f,
- .triggering = 0x
ffffc7ff
,
+ { .polarity = 0xffffc6
a
f,
+ .triggering = 0x
06000140
,
.ext_irq_mask = 0x00003800, /* IRQ7 - IRQ9 */
},
};