Commit dcd54fa8 authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Masahiro Yamada

arm64: dts: uniphier: Rename ethphy node to ethernet-phy

This renames the node name "ethphy" to "ethernet-phy" according to
Documentation/devicetree/bindings/net/mdio.yaml.
Signed-off-by: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent cde5a9eb
...@@ -157,7 +157,7 @@ &eth { ...@@ -157,7 +157,7 @@ &eth {
}; };
&mdio { &mdio {
ethphy: ethphy@1 { ethphy: ethernet-phy@1 {
reg = <1>; reg = <1>;
}; };
}; };
......
...@@ -80,7 +80,7 @@ &eth { ...@@ -80,7 +80,7 @@ &eth {
}; };
&mdio { &mdio {
ethphy: ethphy@1 { ethphy: ethernet-phy@1 {
reg = <1>; reg = <1>;
}; };
}; };
...@@ -153,7 +153,7 @@ &eth { ...@@ -153,7 +153,7 @@ &eth {
}; };
&mdio { &mdio {
ethphy: ethphy@0 { ethphy: ethernet-phy@0 {
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -141,7 +141,7 @@ &eth { ...@@ -141,7 +141,7 @@ &eth {
}; };
&mdio { &mdio {
ethphy: ethphy@1 { ethphy: ethernet-phy@1 {
reg = <1>; reg = <1>;
}; };
}; };
......
...@@ -68,7 +68,7 @@ &eth { ...@@ -68,7 +68,7 @@ &eth {
}; };
&mdio { &mdio {
ethphy: ethphy@0 { ethphy: ethernet-phy@0 {
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -101,7 +101,7 @@ &eth0 { ...@@ -101,7 +101,7 @@ &eth0 {
}; };
&mdio0 { &mdio0 {
ethphy0: ethphy@0 { ethphy0: ethernet-phy@0 {
reg = <0>; reg = <0>;
}; };
}; };
...@@ -112,7 +112,7 @@ &eth1 { ...@@ -112,7 +112,7 @@ &eth1 {
}; };
&mdio1 { &mdio1 {
ethphy1: ethphy@0 { ethphy1: ethernet-phy@0 {
reg = <0>; reg = <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