> From: Anson Huang <Anson.Huang@xxxxxxx> > Sent: Tuesday, May 12, 2020 10:25 AM > > Interrupt is a required property according to SRC binding, add it for SRC node. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> Reviewed-by: Dong Aisheng <aisheng.dong@xxxxxxx> Regards Aisheng > --- > arch/arm/boot/dts/imx51.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index > 92fbb90..3f1e913 100644 > --- a/arch/arm/boot/dts/imx51.dtsi > +++ b/arch/arm/boot/dts/imx51.dtsi > @@ -442,6 +442,7 @@ > src: src@73fd0000 { > compatible = "fsl,imx51-src"; > reg = <0x73fd0000 0x4000>; > + interrupts = <75>; > #reset-cells = <1>; > }; > > -- > 2.7.4