Commit d0955f66 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

arm64: dts: imx8mq: Add src node interrupts

Interrupts 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 9e6337e6
......@@ -607,6 +607,7 @@ clk: clock-controller@30380000 {
src: reset-controller@30390000 {
compatible = "fsl,imx8mq-src", "syscon";
reg = <0x30390000 0x10000>;
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
#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