mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-09 03:35:11 -05:00
ARM: 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: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
committed by
Masahiro Yamada
parent
dec32861da
commit
656d648268
@@ -81,7 +81,7 @@ ð {
|
||||
};
|
||||
|
||||
&mdio {
|
||||
ethphy: ethphy@0 {
|
||||
ethphy: ethernet-phy@0 {
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -87,7 +87,7 @@ ð {
|
||||
};
|
||||
|
||||
&mdio {
|
||||
ethphy: ethphy@1 {
|
||||
ethphy: ethernet-phy@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -88,7 +88,7 @@ ð {
|
||||
};
|
||||
|
||||
&mdio {
|
||||
ethphy: ethphy@0 {
|
||||
ethphy: ethernet-phy@0 {
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -82,7 +82,7 @@ ð {
|
||||
};
|
||||
|
||||
&mdio {
|
||||
ethphy: ethphy@1 {
|
||||
ethphy: ethernet-phy@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -87,7 +87,7 @@ ð {
|
||||
};
|
||||
|
||||
&mdio {
|
||||
ethphy: ethphy@1 {
|
||||
ethphy: ethernet-phy@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -88,7 +88,7 @@ ð {
|
||||
};
|
||||
|
||||
&mdio {
|
||||
ethphy: ethphy@1 {
|
||||
ethphy: ethernet-phy@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user