diff options
| author | Corentin Labbe <clabbe@baylibre.com> | 2021-04-28 18:54:57 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-20 16:10:50 +0200 |
| commit | b57e025bb0d7c213abcd9d40c5e1f992144c4f6c (patch) | |
| tree | deca22937fc1ed90d5575a3b3b4338d0cf8cfcfc | |
| parent | 3f870d8c2bc126678ba692f6762a90a073679565 (diff) | |
| download | linux-b57e025bb0d7c213abcd9d40c5e1f992144c4f6c.tar.gz linux-b57e025bb0d7c213abcd9d40c5e1f992144c4f6c.tar.bz2 linux-b57e025bb0d7c213abcd9d40c5e1f992144c4f6c.zip | |
ARM: dts: gemini-rut1xx: remove duplicate ethernet node
[ 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>
| -rw-r--r-- | arch/arm/boot/dts/gemini-rut1xx.dts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/gemini-rut1xx.dts b/arch/arm/boot/dts/gemini-rut1xx.dts index 9611ddf06792..08091d2a64e1 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"; }; |
