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:
@@ -116,11 +116,12 @@
|
||||
clock-frequency = <25000000>;
|
||||
};
|
||||
|
||||
ðernet0 {
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ðernet0_mii>;
|
||||
pinctrl-0 = <ðernet_mii>;
|
||||
pinctrl-names = "default";
|
||||
phy-mode = "mii-id";
|
||||
phy-mode = "mii";
|
||||
|
||||
mdio0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
Reference in New Issue
Block a user