From: Corentin Labbe Date: Wed, 28 Apr 2021 18:54:57 +0000 (+0000) Subject: ARM: dts: gemini-rut1xx: remove duplicate ethernet node X-Git-Tag: accepted/tizen/unified/20230118.172025~6845^2~41^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d3bb3d27cd371d3edb43eeb1beb8ae4e92a356d;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Linus Walleij --- diff --git a/arch/arm/boot/dts/gemini-rut1xx.dts b/arch/arm/boot/dts/gemini-rut1xx.dts index 79f1798..0ebda4e 100644 --- a/arch/arm/boot/dts/gemini-rut1xx.dts +++ b/arch/arm/boot/dts/gemini-rut1xx.dts @@ -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"; };