]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: imx8mp: Add src node interrupts
authorAnson Huang <Anson.Huang@nxp.com>
Sat, 9 May 2020 08:17:51 +0000 (16:17 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 01:31:56 +0000 (09:31 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index ffcc54a69b71edf73ddbc765026b2d37292fbe03..5968432a5931a629c0e9990f103516224c8074eb 100644 (file)
                        src: reset-controller@30390000 {
                                compatible = "fsl,imx8mp-src", "syscon";
                                reg = <0x30390000 0x10000>;
+                               interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
                                #reset-cells = <1>;
                        };
                };