projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc417d
)
sh: Hook up SH7722 scif ipr interrupts.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 11 Dec 2006 23:49:06 +0000
(08:49 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 11 Dec 2006 23:49:06 +0000
(08:49 +0900)
Add the SCIF IRQs to the IPR table for SH7722.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
index 7528fc6b0d67de99b653780f17cd9cbd5d38c953..1143fbf65fafa1bb8e2d0d31aa402af8c18eb796 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
@@
-46,6
+46,10
@@
static struct ipr_data sh7722_ipr_map[] = {
/* IRQ, IPR-idx, shift, prio */
{ 16, 0, 12, 2 }, /* TMU0 */
{ 17, 0, 8, 2 }, /* TMU1 */
+ { 80, 6, 12, 3 }, /* SCIF ERI */
+ { 81, 6, 12, 3 }, /* SCIF RXI */
+ { 82, 6, 12, 3 }, /* SCIF BRI */
+ { 83, 6, 12, 3 }, /* SCIF TXI */
};
static unsigned long ipr_offsets[] = {