aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-04-13 08:30:29 +0200
committerLubomir Rintel <lkundrak@v3.sk>2020-08-14 01:52:18 +0200
commit47e9c8ceb10f8e867eb123f04c5caf08ef41d2ab (patch)
tree8dcb4d37f98be2db3f901de4ce18c914729b155b
parent77474876a86bac0c64e9f7be829be70884a45734 (diff)
downloadopenfirmware-47e9c8ceb10f8e867eb123f04c5caf08ef41d2ab.tar.gz
mmp2/irq: drop /interrupt-controller@128 on MMP2
This mux seems to only exist on MMP3. On MMP2 the IRQ 48 seems to be shared by all DMA activity without a way to tell the events apart.
-rw-r--r--cpu/arm/mmp2/irq.fth2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm/mmp2/irq.fth b/cpu/arm/mmp2/irq.fth
index 413d91c7..b4e5aa37 100644
--- a/cpu/arm/mmp2/irq.fth
+++ b/cpu/arm/mmp2/irq.fth
@@ -98,6 +98,7 @@ d# 64 " mrvl,intc-nr-irqs" integer-property
h# 184 h# 17c d# 55 4 make-mux-node \ intcmux55 - MMC5, res, res, HSI_INT_1
h# 188 h# 180 d# 57 d# 20 make-mux-node \ intcmux57 - (various)
h# 1d0 h# 1b8 d# 58 5 make-mux-node \ intcmux58 - MSP_CARD, KERMIT_INT_0, KERMIT_INT_1, res, HSI_INT_0
+ h# 128 h# 11c d# 48 d# 24 make-mux-node \ DMA mux - 16 PDMA, 4 ADMA, 2 VDMA channels
[else]
h# 150 h# 168 4 2 make-mux-node \ intcmux4 - USB_CHARGER, PMIC
h# 154 h# 16c 5 2 make-mux-node \ intcmux5 - RTC_ALARM, RTC
@@ -107,7 +108,6 @@ d# 64 " mrvl,intc-nr-irqs" integer-property
h# 160 h# 178 d# 51 2 make-mux-node \ intcmux51 - HSI_CAWAKE(1?), MIPI_HSI_INT1
h# 188 h# 184 d# 55 2 make-mux-node \ intcmux55 - HSA_CAWAKE(0?), MIPI_HSI_INT0
[then]
- h# 128 h# 11c d# 48 d# 24 make-mux-node \ DMA mux - 16 PDMA, 4 ADMA, 2 VDMA channels
end-package