aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-10-03 03:25:15 -0400
committerGregory CLEMENT <gregory.clement@bootlin.com>2018-10-03 03:44:18 -0400
commitb0e11e58c5cde29f904f60b2a973ba0314233979 (patch)
treeee54785dd1d19fb712722a0a44a132b17cc35457
parentf21bb56e8490073c55bbce06371f8eedc6a12ce2 (diff)
arm64: dts: marvell: add CP110 ICU SEI subnode
The ICU handles several interrupt groups, each of them being a subpart of the ICU node. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-cp110.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
index b1e688e0ce22..b9d9f31e3ba1 100644
--- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
@@ -193,6 +193,14 @@
193 interrupt-controller; 193 interrupt-controller;
194 msi-parent = <&gicp>; 194 msi-parent = <&gicp>;
195 }; 195 };
196
197 CP110_LABEL(icu_sei): interrupt-controller@50 {
198 compatible = "marvell,cp110-icu-sei";
199 reg = <0x50 0x10>;
200 #interrupt-cells = <2>;
201 interrupt-controller;
202 msi-parent = <&sei>;
203 };
196 }; 204 };
197 205
198 CP110_LABEL(rtc): rtc@284000 { 206 CP110_LABEL(rtc): rtc@284000 {