]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx27-eukrea: replace interrupts with interrupts-extended
authorFrank Li <Frank.Li@nxp.com>
Wed, 11 Feb 2026 23:12:55 +0000 (18:12 -0500)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:14 +0000 (21:35 -0400)
The property interrupts use default interrupt controllers. But pass down
gpio<n> as phandle. Correct it by use interrupts-extended.

Fixes: d8cae888aa2bc ("ARM: dts: Add support for the cpuimx27 board from Eukrea and its baseboard")
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/imx/imx27-eukrea-cpuimx27.dtsi
arch/arm/boot/dts/nxp/imx/imx27-eukrea-mbimxsd27-baseboard.dts

index 3df70ed6056c4d122c83f9d6dd1ec1af3c64ff0b..90fb304cf3e703837aa22af09c559f5a9438c852 100644 (file)
                compatible = "ns8250";
                clocks = <&clk14745600>;
                fsl,weim-cs-timing = <0x0000d603 0x0d1d0d01 0x00d20000>;
-               interrupts = <&gpio2 23 IRQ_TYPE_LEVEL_LOW>;
+               interrupts-extended = <&gpio2 23 IRQ_TYPE_LEVEL_LOW>;
                reg = <3 0x200000 0x1000>;
                reg-shift = <1>;
                reg-io-width = <1>;
                compatible = "ns8250";
                clocks = <&clk14745600>;
                fsl,weim-cs-timing = <0x0000d603 0x0d1d0d01 0x00d20000>;
-               interrupts = <&gpio2 22 IRQ_TYPE_LEVEL_LOW>;
+               interrupts-extended = <&gpio2 22 IRQ_TYPE_LEVEL_LOW>;
                reg = <3 0x400000 0x1000>;
                reg-shift = <1>;
                reg-io-width = <1>;
                compatible = "ns8250";
                clocks = <&clk14745600>;
                fsl,weim-cs-timing = <0x0000d603 0x0d1d0d01 0x00d20000>;
-               interrupts = <&gpio2 27 IRQ_TYPE_LEVEL_LOW>;
+               interrupts-extended = <&gpio2 27 IRQ_TYPE_LEVEL_LOW>;
                reg = <3 0x800000 0x1000>;
                reg-shift = <1>;
                reg-io-width = <1>;
                compatible = "ns8250";
                clocks = <&clk14745600>;
                fsl,weim-cs-timing = <0x0000d603 0x0d1d0d01 0x00d20000>;
-               interrupts = <&gpio2 30 IRQ_TYPE_LEVEL_LOW>;
+               interrupts-extended = <&gpio2 30 IRQ_TYPE_LEVEL_LOW>;
                reg = <3 0x1000000 0x1000>;
                reg-shift = <1>;
                reg-io-width = <1>;
index 1c834f2f5068d16174c086c1fe540ff371444675..26833ed3339e26ca88d36c4ae1b52a30943e649e 100644 (file)
@@ -76,7 +76,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_touch>;
                reg = <0>;
-               interrupts = <&gpio4 25 IRQ_TYPE_LEVEL_LOW>;
+               interrupts-extended = <&gpio4 25 IRQ_TYPE_LEVEL_LOW>;
                spi-cpol;
                spi-max-frequency = <1500000>;
                ti,keep-vref-on;