diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-07-08 11:54:11 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-10 04:33:14 +0300 |
commit | dcd54fa89ccdba90cb79ab49c01263c3ceb8d683 (patch) | |
tree | 159bcb36ae75d479523971415436aac152b96de0 /arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | |
parent | cde5a9ebbd38ad03f98adb57671f24f0bf57b8e4 (diff) | |
download | linux-dcd54fa89ccdba90cb79ab49c01263c3ceb8d683.tar.xz |
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: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts index 2c000082667c..a01579cb3b79 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts @@ -141,7 +141,7 @@ }; &mdio { - ethphy: ethphy@1 { + ethphy: ethernet-phy@1 { reg = <1>; }; }; |