ARM: dts: gemini: rename mdio to the right name
authorCorentin Labbe <clabbe@baylibre.com>
Wed, 28 Apr 2021 17:48:30 +0000 (17:48 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:36:09 +0000 (14:36 +0200)
[ Upstream commit fc5b59b945b546e27977e99a5ca6fe61179ff0d2 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/gemini-dlink-dns-313.dts
arch/arm/boot/dts/gemini-nas4220b.dts
arch/arm/boot/dts/gemini-rut1xx.dts
arch/arm/boot/dts/gemini-wbd111.dts
arch/arm/boot/dts/gemini-wbd222.dts

index c6f3d90..b8acc6e 100644 (file)
                };
        };
 
-       mdio0: ethernet-phy {
+       mdio0: mdio {
                compatible = "virtual,mdio-gpio";
                /* Uses MDC and MDIO */
                gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
index 43c45f7..13112a8 100644 (file)
@@ -62,7 +62,7 @@
                };
        };
 
-       mdio0: ethernet-phy {
+       mdio0: mdio {
                compatible = "virtual,mdio-gpio";
                gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
                        <&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
index 08091d2..0ebda4e 100644 (file)
@@ -56,7 +56,7 @@
                };
        };
 
-       mdio0: ethernet-phy {
+       mdio0: mdio {
                compatible = "virtual,mdio-gpio";
                gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
                        <&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
index 3a2761d..5602ba8 100644 (file)
@@ -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 */
index 52b4dbc..a4a260c 100644 (file)
@@ -67,7 +67,7 @@
                };
        };
 
-       mdio0: ethernet-phy {
+       mdio0: mdio {
                compatible = "virtual,mdio-gpio";
                gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
                        <&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */