ARM: dts: imx53: Add src node interrupt
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 12 May 2020 02:25:07 +0000 (10:25 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 01:44:49 +0000 (09:44 +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/imx53.dtsi

index 8536f59..0d06dbd 100644 (file)
                        src: src@53fd0000 {
                                compatible = "fsl,imx53-src", "fsl,imx51-src";
                                reg = <0x53fd0000 0x4000>;
+                               interrupts = <75>;
                                #reset-cells = <1>;
                        };