Skip to content

Commit

Permalink
ARM: dts: gemini-rut1xx: remove duplicate ethernet node
Browse files Browse the repository at this point in the history
[ Upstream commit 3d3bb3d ]

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

This patch removes the duplicate one.

Fixes: d6d0cef ("ARM: dts: Add the FOTG210 USB host to Gemini boards")
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 20, 2021
1 parent 700ecdc commit f499d70
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions arch/arm/boot/dts/gemini-rut1xx.dts
Expand Up @@ -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";
};
Expand Down

0 comments on commit f499d70

Please sign in to comment.