arm64: dts: imx8mq: Add src node interrupts
authorAnson Huang <Anson.Huang@nxp.com>
Sat, 9 May 2020 08:17:50 +0000 (16:17 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 01:31:41 +0000 (09:31 +0800)
Interrupts is a required property according to SRC binding, add
it for SRC node.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index e721144..005edd0 100644 (file)
                        src: reset-controller@30390000 {
                                compatible = "fsl,imx8mq-src", "syscon";
                                reg = <0x30390000 0x10000>;
+                               interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
                                #reset-cells = <1>;
                        };