Commit fc5b59b9 authored by Corentin Labbe's avatar Corentin Labbe Committed by Linus Walleij
Browse files

ARM: dts: gemini: rename mdio to the right name



ethernet-phy is not the right name for mdio, fix it.

Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 381382d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ map1 {
		};
	};

	mdio0: ethernet-phy {
	mdio0: mdio {
		compatible = "virtual,mdio-gpio";
		/* Uses MDC and MDIO */
		gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ led-green-os {
		};
	};

	mdio0: ethernet-phy {
	mdio0: mdio {
		compatible = "virtual,mdio-gpio";
		gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
			<&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ led-power {
		};
	};

	mdio0: ethernet-phy {
	mdio0: mdio {
		compatible = "virtual,mdio-gpio";
		gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
			<&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ led-greeb-l3 {
		};
	};

	mdio0: ethernet-phy {
	mdio0: mdio {
		compatible = "virtual,mdio-gpio";
		gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
			<&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ led-green-l3 {
		};
	};

	mdio0: ethernet-phy {
	mdio0: mdio {
		compatible = "virtual,mdio-gpio";
		gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
			<&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */