Skip to content

Commit cd3a5e5

Browse files
nxpfrankligregkh
authored andcommitted
ARM: dts: imx27-eukrea: replace interrupts with interrupts-extended
[ Upstream commit 0477a6b ] The property interrupts use default interrupt controllers. But pass down gpio<n> as phandle. Correct it by use interrupts-extended. Fixes: d8cae88 ("ARM: dts: Add support for the cpuimx27 board from Eukrea and its baseboard") Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent a8486ac commit cd3a5e5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx27-eukrea-cpuimx27.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
compatible = "ns8250";
107107
clocks = <&clk14745600>;
108108
fsl,weim-cs-timing = <0x0000d603 0x0d1d0d01 0x00d20000>;
109-
interrupts = <&gpio2 23 IRQ_TYPE_LEVEL_LOW>;
109+
interrupts-extended = <&gpio2 23 IRQ_TYPE_LEVEL_LOW>;
110110
reg = <3 0x200000 0x1000>;
111111
reg-shift = <1>;
112112
reg-io-width = <1>;
@@ -119,7 +119,7 @@
119119
compatible = "ns8250";
120120
clocks = <&clk14745600>;
121121
fsl,weim-cs-timing = <0x0000d603 0x0d1d0d01 0x00d20000>;
122-
interrupts = <&gpio2 22 IRQ_TYPE_LEVEL_LOW>;
122+
interrupts-extended = <&gpio2 22 IRQ_TYPE_LEVEL_LOW>;
123123
reg = <3 0x400000 0x1000>;
124124
reg-shift = <1>;
125125
reg-io-width = <1>;
@@ -132,7 +132,7 @@
132132
compatible = "ns8250";
133133
clocks = <&clk14745600>;
134134
fsl,weim-cs-timing = <0x0000d603 0x0d1d0d01 0x00d20000>;
135-
interrupts = <&gpio2 27 IRQ_TYPE_LEVEL_LOW>;
135+
interrupts-extended = <&gpio2 27 IRQ_TYPE_LEVEL_LOW>;
136136
reg = <3 0x800000 0x1000>;
137137
reg-shift = <1>;
138138
reg-io-width = <1>;
@@ -145,7 +145,7 @@
145145
compatible = "ns8250";
146146
clocks = <&clk14745600>;
147147
fsl,weim-cs-timing = <0x0000d603 0x0d1d0d01 0x00d20000>;
148-
interrupts = <&gpio2 30 IRQ_TYPE_LEVEL_LOW>;
148+
interrupts-extended = <&gpio2 30 IRQ_TYPE_LEVEL_LOW>;
149149
reg = <3 0x1000000 0x1000>;
150150
reg-shift = <1>;
151151
reg-io-width = <1>;

arch/arm/boot/dts/nxp/imx/imx27-eukrea-mbimxsd27-baseboard.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
pinctrl-names = "default";
7777
pinctrl-0 = <&pinctrl_touch>;
7878
reg = <0>;
79-
interrupts = <&gpio4 25 IRQ_TYPE_LEVEL_LOW>;
79+
interrupts-extended = <&gpio4 25 IRQ_TYPE_LEVEL_LOW>;
8080
spi-cpol;
8181
spi-max-frequency = <1500000>;
8282
ti,keep-vref-on;

0 commit comments

Comments
 (0)