ARM: dts: stm32f429: Align Ethernet node with new bindings properties

This patch aligns clocks names and node reference according to new
stm32-dwmac glue binding. It also renames Ethernet pinctrl phandle
(indeed there is no need to add 0 as Ethernet instance as there is only
one IP in SOC).

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
Alexandre TORGUE
2016-10-24 09:57:08 +02:00
parent 626e7ea002
commit d9b296b91a
2 changed files with 7 additions and 6 deletions

View File

@@ -116,11 +116,12 @@
clock-frequency = <25000000>;
};
&ethernet0 {
&mac {
status = "okay";
pinctrl-0 = <&ethernet0_mii>;
pinctrl-0 = <&ethernet_mii>;
pinctrl-names = "default";
phy-mode = "mii-id";
phy-mode = "mii";
mdio0 {
#address-cells = <1>;
#size-cells = <0>;