ARM: dts: imx50: Add src node interrupt
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 18 May 2020 12:54:19 +0000 (20:54 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 02:52:01 +0000 (10:52 +0800)
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>
arch/arm/boot/dts/imx50.dtsi

index 339294d..74f49b4 100644 (file)
                        src: src@53fd0000 {
                                compatible = "fsl,imx50-src", "fsl,imx51-src";
                                reg = <0x53fd0000 0x4000>;
+                               interrupts = <75>;
                                #reset-cells = <1>;
                        };