Skip to content

Commit 1641b23

Browse files
Anson-HuangShawn Guo
authored andcommitted
arm64: dts: imx8mp: 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 d0955f6 commit 1641b23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@
391391
src: reset-controller@30390000 {
392392
compatible = "fsl,imx8mp-src", "syscon";
393393
reg = <0x30390000 0x10000>;
394+
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
394395
#reset-cells = <1>;
395396
};
396397
};

0 commit comments

Comments
 (0)