ARM: dts: imx50: Add src node interrupt

Interrupt 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-18 20:54:19 +08:00 committed by Shawn Guo
parent eb998547a0
commit 1ebc662f5d
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@
src: src@53fd0000 {
compatible = "fsl,imx50-src", "fsl,imx51-src";
reg = <0x53fd0000 0x4000>;
interrupts = <75>;
#reset-cells = <1>;
};