ARM: dts: imx6qdl: Remove invalid interrupt for GPC node
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 1 Jun 2020 07:54:29 +0000 (15:54 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 13 Jul 2020 10:44:42 +0000 (18:44 +0800)
In latest i.MX6Q RM Rev.6, 05/2020, #90 SPI interrupt is reserved,
so remove it from GPC node.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl.dtsi

index b047403f05f51060a4942668f2c2a75ca008298e..deb09dfb1d0608c413afd26c3568dcaa48daeed7 100644 (file)
                                reg = <0x020dc000 0x4000>;
                                interrupt-controller;
                                #interrupt-cells = <3>;
-                               interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>,
-                                            <0 90 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>;
                                interrupt-parent = <&intc>;
                                clocks = <&clks IMX6QDL_CLK_IPG>;
                                clock-names = "ipg";