arm64: dts: imx8mq: Add src node interrupts

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>
This commit is contained in:
Anson Huang 2020-05-09 16:17:50 +08:00 committed by Shawn Guo
parent 9e6337e6fd
commit d0955f6649
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ clk: clock-controller@30380000 {
src: reset-controller@30390000 {
compatible = "fsl,imx8mq-src", "syscon";
reg = <0x30390000 0x10000>;
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
#reset-cells = <1>;
};