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

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
......@@ -121,7 +121,7 @@ &mac {
pinctrl-0 = <&ethernet_mii>;
pinctrl-names = "default";
phy-mode = "mii";
phy-handle = <&phy1>;
mdio0 {
#address-cells = <1>;
#size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment