Skip to content

Commit 1ebc662

Browse files
Anson-HuangShawn Guo
authored andcommitted
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 <[email protected]> Reviewed-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent eb99854 commit 1ebc662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/imx50.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
src: src@53fd0000 {
332332
compatible = "fsl,imx50-src", "fsl,imx51-src";
333333
reg = <0x53fd0000 0x4000>;
334+
interrupts = <75>;
334335
#reset-cells = <1>;
335336
};
336337

0 commit comments

Comments
 (0)