arm64: dts: marvell: add CP110 ICU SEI subnode
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 3 Oct 2018 07:25:15 +0000 (09:25 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Wed, 3 Oct 2018 07:44:18 +0000 (09:44 +0200)
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>
arch/arm64/boot/dts/marvell/armada-cp110.dtsi

index b1e688e0ce221461765f42dba6d754ad9f80f90e..b9d9f31e3ba1ff9a9fd81f89a75fde4a3d237e27 100644 (file)
                                interrupt-controller;
                                msi-parent = <&gicp>;
                        };
+
+                       CP110_LABEL(icu_sei): interrupt-controller@50 {
+                               compatible = "marvell,cp110-icu-sei";
+                               reg = <0x50 0x10>;
+                               #interrupt-cells = <2>;
+                               interrupt-controller;
+                               msi-parent = <&sei>;
+                       };
                };
 
                CP110_LABEL(rtc): rtc@284000 {