Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Corentin Labbe and committed by
Linus Walleij
fc5b59b9 381382d4

+5 -5
+1 -1
arch/arm/boot/dts/gemini-nas4220b.dts
··· 62 62 }; 63 63 }; 64 64 65 - mdio0: ethernet-phy { 65 + mdio0: mdio { 66 66 compatible = "virtual,mdio-gpio"; 67 67 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */ 68 68 <&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
+1 -1
arch/arm/boot/dts/gemini-rut1xx.dts
··· 56 56 }; 57 57 }; 58 58 59 - mdio0: ethernet-phy { 59 + mdio0: mdio { 60 60 compatible = "virtual,mdio-gpio"; 61 61 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */ 62 62 <&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
+1 -1
arch/arm/boot/dts/gemini-wbd111.dts
··· 68 68 }; 69 69 }; 70 70 71 - mdio0: ethernet-phy { 71 + mdio0: mdio { 72 72 compatible = "virtual,mdio-gpio"; 73 73 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */ 74 74 <&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
+1 -1
arch/arm/boot/dts/gemini-wbd222.dts
··· 67 67 }; 68 68 }; 69 69 70 - mdio0: ethernet-phy { 70 + mdio0: mdio { 71 71 compatible = "virtual,mdio-gpio"; 72 72 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */ 73 73 <&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */