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

ARM: dts: gemini-rut1xx: remove duplicate ethernet node



Two ethernet node was added by
commit 95220046 ("ARM: dts: Add ethernet to a bunch of platforms")
and commit d6d0cef5 ("ARM: dts: Add the FOTG210 USB host to Gemini boards")

This patch removes the duplicate one.

Fixes: d6d0cef5 ("ARM: dts: Add the FOTG210 USB host to Gemini boards")
Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent fc5b59b9
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -125,18 +125,6 @@ ethernet-port@1 {
			};
		};

		ethernet@60000000 {
			status = "okay";

			ethernet-port@0 {
				phy-mode = "rgmii";
				phy-handle = <&phy0>;
			};
			ethernet-port@1 {
				/* Not used in this platform */
			};
		};

		usb@68000000 {
			status = "okay";
		};