mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[MIPS] Alchemy: Add au1500 reserved interrupt
In the conversion done in the commits 95c4eb3ef4484ca85da5c98780d358cffd546b90 9d360ab4a7568a8d177280f651a8a772ae52b9b9 [MIPS] Alchemy: Renumber interrupts so irq_cpu can work. one reserved interrupt on au1500 was missed. this broke the au1000 ethernet driver. Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
497d2adcbf
commit
6b7d0b2fb6
@ -615,6 +615,7 @@ enum soc_au1500_ints {
|
|||||||
AU1000_RTC_MATCH1_INT,
|
AU1000_RTC_MATCH1_INT,
|
||||||
AU1000_RTC_MATCH2_INT,
|
AU1000_RTC_MATCH2_INT,
|
||||||
AU1500_PCI_ERR_INT,
|
AU1500_PCI_ERR_INT,
|
||||||
|
AU1500_RESERVED_INT,
|
||||||
AU1000_USB_DEV_REQ_INT,
|
AU1000_USB_DEV_REQ_INT,
|
||||||
AU1000_USB_DEV_SUS_INT,
|
AU1000_USB_DEV_SUS_INT,
|
||||||
AU1000_USB_HOST_INT,
|
AU1000_USB_HOST_INT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user