summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2020-05-09 10:17:51 +0200
committerShawn Guo <shawnguo@kernel.org>2020-05-20 03:31:56 +0200
commit1641b2347070da6d3ae96c7c77a68f98053d03f2 (patch)
tree2dd655a9076d79a261bee7ce986631e3c1d4a099 /arch/arm64/boot
parentarm64: dts: imx8mq: Add src node interrupts (diff)
downloadlinux-1641b2347070da6d3ae96c7c77a68f98053d03f2.tar.xz
linux-1641b2347070da6d3ae96c7c77a68f98053d03f2.zip
arm64: dts: imx8mp: Add src node interrupts
Interrupts 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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index ffcc54a69b71..5968432a5931 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -391,6 +391,7 @@
src: reset-controller@30390000 {
compatible = "fsl,imx8mp-src", "syscon";
reg = <0x30390000 0x10000>;
+ interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
#reset-cells = <1>;
};
};