Skip to content

Commit d0955f6

Browse files
Anson-HuangShawn Guo
authored andcommitted
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 <[email protected]> Reviewed-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 9e6337e commit d0955f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@
607607
src: reset-controller@30390000 {
608608
compatible = "fsl,imx8mq-src", "syscon";
609609
reg = <0x30390000 0x10000>;
610+
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
610611
#reset-cells = <1>;
611612
};
612613

0 commit comments

Comments
 (0)