diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-04-28 19:48:30 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-05-10 01:32:26 +0200 |
commit | fc5b59b945b546e27977e99a5ca6fe61179ff0d2 (patch) | |
tree | 6985ed0a148ade5cc2ff188c84f87d24736e30c8 /arch/arm/boot/dts/gemini-wbd111.dts | |
parent | MAINTAINERS: gemini: add missing dts pattern (diff) | |
download | linux-fc5b59b945b546e27977e99a5ca6fe61179ff0d2.tar.xz linux-fc5b59b945b546e27977e99a5ca6fe61179ff0d2.zip |
ARM: dts: gemini: rename mdio to the right name
ethernet-phy is not the right name for mdio, fix it.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/gemini-wbd111.dts')
-rw-r--r-- | arch/arm/boot/dts/gemini-wbd111.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/gemini-wbd111.dts b/arch/arm/boot/dts/gemini-wbd111.dts index 3a2761dd460f..5602ba8f30f2 100644 --- a/arch/arm/boot/dts/gemini-wbd111.dts +++ b/arch/arm/boot/dts/gemini-wbd111.dts @@ -68,7 +68,7 @@ }; }; - mdio0: ethernet-phy { + mdio0: mdio { compatible = "virtual,mdio-gpio"; gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */ <&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */ |