diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-07-08 17:54:11 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-10 10:33:14 +0900 |
commit | dcd54fa89ccdba90cb79ab49c01263c3ceb8d683 (patch) | |
tree | 159bcb36ae75d479523971415436aac152b96de0 /arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | |
parent | cde5a9ebbd38ad03f98adb57671f24f0bf57b8e4 (diff) |
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-ld11-ref.dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts index 89d290c9bfc4..617d2b1e9b1e 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts @@ -80,7 +80,7 @@ }; &mdio { - ethphy: ethphy@1 { + ethphy: ethernet-phy@1 { reg = <1>; }; }; |