diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2016-09-07 13:28:17 +0300 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2016-11-04 17:08:03 +0300 |
commit | 682d77cf0a9be04515c802c707749862ce3ef8b7 (patch) | |
tree | 7fd148a079e0aad4713c1fb1c48bd9e2d1ea29fe /arch/arm/boot/dts | |
parent | d9b296b91a1216bfd0a1ecf7242ecd4c53566ef1 (diff) | |
download | linux-682d77cf0a9be04515c802c707749862ce3ef8b7.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/stm32429i-eval.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts index 380a002829d6..5436e880e28f 100644 --- a/arch/arm/boot/dts/stm32429i-eval.dts +++ b/arch/arm/boot/dts/stm32429i-eval.dts @@ -121,7 +121,7 @@ pinctrl-0 = <ðernet_mii>; pinctrl-names = "default"; phy-mode = "mii"; - + phy-handle = <&phy1>; mdio0 { #address-cells = <1>; #size-cells = <0>; |