]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: gemini-rut1xx: remove duplicate ethernet node
authorCorentin Labbe <clabbe@baylibre.com>
Wed, 28 Apr 2021 18:54:57 +0000 (18:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:02:22 +0000 (16:02 +0200)
[ Upstream commit 3d3bb3d27cd371d3edb43eeb1beb8ae4e92a356d ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/gemini-rut1xx.dts

index 9611ddf067927451018d6797369c9348e1dea8a1..08091d2a64e1526d1930b8db4ddff07634e2a5ef 100644 (file)
                        };
                };
 
-               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";
                };