arm64: dts: ls1028a: add interrupt to Root Complex Event Collector
authorMichael Walle <michael@walle.cc>
Tue, 9 Feb 2021 00:52:59 +0000 (01:52 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 Mar 2021 04:22:27 +0000 (12:22 +0800)
The legacy interrupt INT_A is hardwired to the event collector. RCEC is
bascially supported starting with v5.11. Having a correct interrupt, will
make RCEC at least probe correctly.

There are still issues with how RCEC is implemented in the RCiEP on the
LS1028A. RCEC will report an error, but it cannot find the correct
subdevice.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index 262fbad..c1f2f40 100644 (file)
                                        full-duplex;
                                };
                        };
+
+                       rcec@1f,0 {
+                               reg = <0x00f800 0 0 0 0>;
+                               /* IEP INT_A */
+                               interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
+                       };
                };
 
                rcpm: power-controller@1e34040 {