From: Ludovic Desroches Date: Mon, 25 Sep 2017 09:42:36 +0000 (+0200) Subject: ARM: dts: at91: at91-sama5d27_som1: fix PHY ID X-Git-Tag: v4.14-rc6~16^2~8^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f61929eb10a0cef383295d28b7933c395f82467;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: at91: at91-sama5d27_som1: fix PHY ID The PHY ID is incorrect. It leads to troubles when resuming from standby or mem power states. Signed-off-by: Ludovic Desroches Fixes: af690fa37e39 ("ARM: dts: at91: at91-sama5d27_som1: add sama5d27 SoM1 support") Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91-sama5d27_som1.dtsi b/arch/arm/boot/dts/at91-sama5d27_som1.dtsi index 63a5af8..cf0087b 100644 --- a/arch/arm/boot/dts/at91-sama5d27_som1.dtsi +++ b/arch/arm/boot/dts/at91-sama5d27_som1.dtsi @@ -67,8 +67,8 @@ pinctrl-0 = <&pinctrl_macb0_default>; phy-mode = "rmii"; - ethernet-phy@1 { - reg = <0x1>; + ethernet-phy@0 { + reg = <0x0>; interrupt-parent = <&pioA>; interrupts = ; pinctrl-names = "default";