diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-07-08 17:54:10 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-10 10:31:44 +0900 |
commit | 656d648268df4ef13cd7a4ee6bbf2081f3e826bd (patch) | |
tree | 39fc9cc1ea424f3856c8443e0a001c59ea12f84f /arch/arm/boot/dts/uniphier-pro4-ace.dts | |
parent | dec32861da545972c72e7cfb5be9a35354f200c2 (diff) | |
download | linux-656d648268df4ef13cd7a4ee6bbf2081f3e826bd.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-pro4-ace.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pro4-ace.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro4-ace.dts b/arch/arm/boot/dts/uniphier-pro4-ace.dts index 64246fad325c..27ff2b7b9d0e 100644 --- a/arch/arm/boot/dts/uniphier-pro4-ace.dts +++ b/arch/arm/boot/dts/uniphier-pro4-ace.dts @@ -87,7 +87,7 @@ }; &mdio { - ethphy: ethphy@1 { + ethphy: ethernet-phy@1 { reg = <1>; }; }; |