Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kunihiko Hayashi and committed by
Masahiro Yamada
656d6482 dec32861

+6 -6
+1 -1
arch/arm/boot/dts/uniphier-ld6b-ref.dts
··· 81 81 }; 82 82 83 83 &mdio { 84 - ethphy: ethphy@0 { 84 + ethphy: ethernet-phy@0 { 85 85 reg = <0>; 86 86 }; 87 87 };
+1 -1
arch/arm/boot/dts/uniphier-pro4-ace.dts
··· 87 87 }; 88 88 89 89 &mdio { 90 - ethphy: ethphy@1 { 90 + ethphy: ethernet-phy@1 { 91 91 reg = <1>; 92 92 }; 93 93 };
+1 -1
arch/arm/boot/dts/uniphier-pro4-ref.dts
··· 88 88 }; 89 89 90 90 &mdio { 91 - ethphy: ethphy@0 { 91 + ethphy: ethernet-phy@0 { 92 92 reg = <0>; 93 93 }; 94 94 };
+1 -1
arch/arm/boot/dts/uniphier-pro4-sanji.dts
··· 82 82 }; 83 83 84 84 &mdio { 85 - ethphy: ethphy@1 { 85 + ethphy: ethernet-phy@1 { 86 86 reg = <1>; 87 87 }; 88 88 };
+1 -1
arch/arm/boot/dts/uniphier-pxs2-gentil.dts
··· 87 87 }; 88 88 89 89 &mdio { 90 - ethphy: ethphy@1 { 90 + ethphy: ethernet-phy@1 { 91 91 reg = <1>; 92 92 }; 93 93 };
+1 -1
arch/arm/boot/dts/uniphier-pxs2-vodka.dts
··· 88 88 }; 89 89 90 90 &mdio { 91 - ethphy: ethphy@1 { 91 + ethphy: ethernet-phy@1 { 92 92 reg = <1>; 93 93 }; 94 94 };