Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b57e025b authored by Corentin Labbe's avatar Corentin Labbe Committed by Greg Kroah-Hartman
Browse files

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



[ Upstream commit 3d3bb3d27cd371d3edb43eeb1beb8ae4e92a356d ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 3f870d8c
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -125,18 +125,6 @@
			};
		};

		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";
		};