mirror of https://gitee.com/openkylin/linux.git
sh: Hook up SH7722 scif ipr interrupts.
Add the SCIF IRQs to the IPR table for SH7722. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
1dc417d039
commit
05c8690d95
|
@ -46,6 +46,10 @@ static struct ipr_data sh7722_ipr_map[] = {
|
||||||
/* IRQ, IPR-idx, shift, prio */
|
/* IRQ, IPR-idx, shift, prio */
|
||||||
{ 16, 0, 12, 2 }, /* TMU0 */
|
{ 16, 0, 12, 2 }, /* TMU0 */
|
||||||
{ 17, 0, 8, 2 }, /* TMU1 */
|
{ 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[] = {
|
static unsigned long ipr_offsets[] = {
|
||||||
|
|
Loading…
Reference in New Issue