mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ARM: dts: gemini-rut1xx: remove duplicate ethernet node
Two ethernet node was added by commit95220046a6("ARM: dts: Add ethernet to a bunch of platforms") and commitd6d0cef55e("ARM: dts: Add the FOTG210 USB host to Gemini boards") This patch removes the duplicate one. Fixes:d6d0cef55e("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>
This commit is contained in:
committed by
Linus Walleij
parent
fc5b59b945
commit
3d3bb3d27c
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user