Skip to content

Commit b6e18b2

Browse files
committed
ARM: dts: at91: at91-sama5d27_som1: fix PHY ID
The PHY ID is incorrect. It leads to trouble when resuming from standby or mem power states. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent b0f5ecb commit b6e18b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/at91-sama5d27_som1.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
pinctrl-0 = <&pinctrl_macb0_default>;
107107
phy-mode = "rmii";
108108

109-
ethernet-phy@1 {
110-
reg = <0x1>;
109+
ethernet-phy@0 {
110+
reg = <0x0>;
111111
interrupt-parent = <&pioA>;
112112
interrupts = <PIN_PD31 IRQ_TYPE_LEVEL_LOW>;
113113
pinctrl-names = "default";

0 commit comments

Comments
 (0)