Skip to content

Commit

Permalink
ARM: dts: lan966x: Fix the interrupt number for internal PHYs
Browse files Browse the repository at this point in the history
According to the datasheet the interrupts for internal PHYs are
80 and 81.

Fixes: 6ad69e0 ("ARM: dts: lan966x: add MIIM nodes")
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220912192629.461452-1-horatiu.vultur@microchip.com
  • Loading branch information
HoratiuVultur authored and claudiubeznea committed Sep 13, 2022
1 parent 3d074b7 commit f5fc22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/lan966x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -541,13 +541,13 @@

phy0: ethernet-phy@1 {
reg = <1>;
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

phy1: ethernet-phy@2 {
reg = <2>;
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};
};
Expand Down

0 comments on commit f5fc22c

Please sign in to comment.