提交 b7863ee1 编写于 作者: M Manuel Lauss 提交者: Ralf Baechle

MIPS: Alchemy: Fix AU1100 interrupt numbers off-by-one

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 bcf11801
......@@ -715,7 +715,7 @@ enum soc_au1500_ints {
#ifdef CONFIG_SOC_AU1100
enum soc_au1100_ints {
AU1100_FIRST_INT = MIPS_CPU_IRQ_BASE + 8,
AU1100_UART0_INT,
AU1100_UART0_INT = AU1100_FIRST_INT,
AU1100_UART1_INT,
AU1100_SD_INT,
AU1100_UART3_INT,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册