diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-07-08 10:54:10 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-10 03:31:44 +0200 |
commit | 656d648268df4ef13cd7a4ee6bbf2081f3e826bd (patch) | |
tree | 39fc9cc1ea424f3856c8443e0a001c59ea12f84f /arch/arm/boot/dts/uniphier-pxs2-vodka.dts | |
parent | ARM: dts: uniphier: give fixed port number to support card serial (diff) | |
download | linux-656d648268df4ef13cd7a4ee6bbf2081f3e826bd.tar.xz linux-656d648268df4ef13cd7a4ee6bbf2081f3e826bd.zip |
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-pxs2-vodka.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pxs2-vodka.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-pxs2-vodka.dts b/arch/arm/boot/dts/uniphier-pxs2-vodka.dts index 8eacc7bdecb7..7e08a459f7d8 100644 --- a/arch/arm/boot/dts/uniphier-pxs2-vodka.dts +++ b/arch/arm/boot/dts/uniphier-pxs2-vodka.dts @@ -88,7 +88,7 @@ }; &mdio { - ethphy: ethphy@1 { + ethphy: ethernet-phy@1 { reg = <1>; }; }; |