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-pxs3-ref.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-pxs3-ref.dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts index b51188a043cb..086040306fb3 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts @@ -101,7 +101,7 @@ }; &mdio0 { - ethphy0: ethphy@0 { + ethphy0: ethernet-phy@0 { reg = <0>; }; }; @@ -112,7 +112,7 @@ }; &mdio1 { - ethphy1: ethphy@0 { + ethphy1: ethernet-phy@0 { reg = <0>; }; }; |