Skip to content

Commit aaa5814

Browse files
committed
Merge tag 'at91-fixes-6.0-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes
AT91 fixes for 6.0 #2 It contains a fix for LAN966 SoCs that corrects the interrupt number for internal PHYs. * tag 'at91-fixes-6.0-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: dts: lan966x: Fix the interrupt number for internal PHYs Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 7b9a516 + f5fc22c commit aaa5814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/lan966x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,13 +541,13 @@
541541

542542
phy0: ethernet-phy@1 {
543543
reg = <1>;
544-
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
544+
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
545545
status = "disabled";
546546
};
547547

548548
phy1: ethernet-phy@2 {
549549
reg = <2>;
550-
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
550+
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
551551
status = "disabled";
552552
};
553553
};

0 commit comments

Comments
 (0)