Skip to content

Commit

Permalink
ARM: dts: gemini: rename mdio to the right name
Browse files Browse the repository at this point in the history
[ Upstream commit fc5b59b ]

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>
  • Loading branch information
montjoie authored and gregkh committed Jul 25, 2021
1 parent 2cd5fe2 commit 191523d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/gemini-dlink-dns-313.dts
Expand Up @@ -140,7 +140,7 @@
};
};

mdio0: ethernet-phy {
mdio0: mdio {
compatible = "virtual,mdio-gpio";
/* Uses MDC and MDIO */
gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/gemini-nas4220b.dts
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/gemini-rut1xx.dts
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/gemini-wbd111.dts
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/gemini-wbd222.dts
Expand Up @@ -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 */
Expand Down

0 comments on commit 191523d

Please sign in to comment.