From: Alexandre TORGUE <alexandre.torgue@st.com>
Date: Wed, 7 Sep 2016 10:28:17 +0000 (+0200)
Subject: ARM: dts: stm32f429: Fix Ethernet node on Eval Board
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=682d77cf0a9be04515c802c707749862ce3ef8b7;p=linux.git

ARM: dts: stm32f429: Fix Ethernet node on Eval Board

"phy-handle" entry is mandatory when mdio subnode is used in
Ethernet node.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
---

diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index 380a002829d60..5436e880e28f1 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -121,7 +121,7 @@
 	pinctrl-0	= <&ethernet_mii>;
 	pinctrl-names	= "default";
 	phy-mode	= "mii";
-
+	phy-handle	= <&phy1>;
 	mdio0 {
 		#address-cells = <1>;
 		#size-cells = <0>;