aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-08-12 00:12:30 +0200
committerLubomir Rintel <lkundrak@v3.sk>2020-03-23 18:53:03 +0100
commit1695434404d151dce1b1828f81a193a1c632fa0b (patch)
tree0cacf84f0f1c037a557919edb6aeb3e30d111a79
parent47bdb5576877d563d84b5e74b4dc77abef848b14 (diff)
downloadopenfirmware-1695434404d151dce1b1828f81a193a1c632fa0b.tar.gz
mmp2: make /interrupt-controller compatible with marvell,mmp3-intc
Described by interrupt-controller/mrvl,intc.txt bindings.
-rw-r--r--cpu/arm/mmp2/irq.fth5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpu/arm/mmp2/irq.fth b/cpu/arm/mmp2/irq.fth
index 5c2debbb..413d91c7 100644
--- a/cpu/arm/mmp2/irq.fth
+++ b/cpu/arm/mmp2/irq.fth
@@ -51,7 +51,10 @@ d# 64 constant #levels
: close ( -- ) ;
[ifdef] mmp2 " mrvl,mmp2-intc" +compatible [then]
-[ifdef] mmp3 " mrvl,mmp3-intc" +compatible [then]
+[ifdef] mmp3
+ " marvell,mmp3-intc" +compatible
+ " mrvl,mmp3-intc" +compatible
+[then]
" simple-bus" +compatible
0 0 " ranges" property