Commit 1ebc662f authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx50: Add src node interrupt

Interrupt is a required property according to SRC binding, add
it for SRC node.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Reviewed-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent eb998547
...@@ -331,6 +331,7 @@ uart2: serial@53fc0000 { ...@@ -331,6 +331,7 @@ uart2: serial@53fc0000 {
src: src@53fd0000 { src: src@53fd0000 {
compatible = "fsl,imx50-src", "fsl,imx51-src"; compatible = "fsl,imx50-src", "fsl,imx51-src";
reg = <0x53fd0000 0x4000>; reg = <0x53fd0000 0x4000>;
interrupts = <75>;
#reset-cells = <1>; #reset-cells = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment