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:
parent
eb998547a0
commit
1ebc662f5d
|
@ -331,6 +331,7 @@
|
|||
src: src@53fd0000 {
|
||||
compatible = "fsl,imx50-src", "fsl,imx51-src";
|
||||
reg = <0x53fd0000 0x4000>;
|
||||
interrupts = <75>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue