Skip to content

Commit 194c3e7

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: imx93: Fix eqos properties
'macirq' is supposed to be listed first. Also only 'snps,clk-csr' is listed in the bindings while 'clk_csr' is only supported for legacy reasons. See commit 83936ea ("net: stmmac: add a parse for new property 'snps,clk-csr'") Fixes: 1f4263e ("arm64: dts: imx93: add eqos support") Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 1d0d5b9 commit 194c3e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/freescale/imx93.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@
580580
eqos: ethernet@428a0000 {
581581
compatible = "nxp,imx93-dwmac-eqos", "snps,dwmac-5.10a";
582582
reg = <0x428a0000 0x10000>;
583-
interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>,
584-
<GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
585-
interrupt-names = "eth_wake_irq", "macirq";
583+
interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>,
584+
<GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>;
585+
interrupt-names = "macirq", "eth_wake_irq";
586586
clocks = <&clk IMX93_CLK_ENET_QOS_GATE>,
587587
<&clk IMX93_CLK_ENET_QOS_GATE>,
588588
<&clk IMX93_CLK_ENET_TIMER2>,
@@ -595,7 +595,7 @@
595595
<&clk IMX93_CLK_SYS_PLL_PFD0_DIV2>;
596596
assigned-clock-rates = <100000000>, <250000000>;
597597
intf_mode = <&wakeupmix_gpr 0x28>;
598-
clk_csr = <0>;
598+
snps,clk-csr = <0>;
599599
status = "disabled";
600600
};
601601

0 commit comments

Comments
 (0)