Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: imx8dxl-ss-conn: swap interrupts number of eqos

Swap interrupt numbers of eqos because the below commit just swap
interrupt-names and missed swap interrupts also.

The driver (drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c) use
interrupt-names to get irq numbers.

Fixes: f29c19a6e488 ("arm64: dts: imx8dxl-ss-conn: Fix Ethernet interrupt-names order")
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Tested-by: Alexander Dahl <ada@thorsis.com>
Cc: stable@vger.kernel.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Frank Li and committed by
Shawn Guo
5b6677d6 f10a788e

+2 -2
+2 -2
arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
··· 29 29 compatible = "nxp,imx8dxl-dwmac-eqos", "snps,dwmac-5.10a"; 30 30 reg = <0x5b050000 0x10000>; 31 31 interrupt-parent = <&gic>; 32 - interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, 33 - <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>; 32 + interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>, 33 + <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>; 34 34 interrupt-names = "macirq", "eth_wake_irq"; 35 35 clocks = <&eqos_lpcg IMX_LPCG_CLK_4>, 36 36 <&eqos_lpcg IMX_LPCG_CLK_6>,