Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

This patch removes the duplicate one.

Fixes: d6d0cef55e5b ("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>

authored by

Corentin Labbe and committed by
Linus Walleij
3d3bb3d2 fc5b59b9

-12
-12
arch/arm/boot/dts/gemini-rut1xx.dts
··· 125 125 }; 126 126 }; 127 127 128 - ethernet@60000000 { 129 - status = "okay"; 130 - 131 - ethernet-port@0 { 132 - phy-mode = "rgmii"; 133 - phy-handle = <&phy0>; 134 - }; 135 - ethernet-port@1 { 136 - /* Not used in this platform */ 137 - }; 138 - }; 139 - 140 128 usb@68000000 { 141 129 status = "okay"; 142 130 };