Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 682d77cf authored by Alexandre TORGUE's avatar Alexandre TORGUE
Browse files

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: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent d9b296b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
	pinctrl-0	= <&ethernet_mii>;
	pinctrl-names	= "default";
	phy-mode	= "mii";

	phy-handle	= <&phy1>;
	mdio0 {
		#address-cells = <1>;
		#size-cells = <0>;