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

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
......@@ -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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment