With DT support for mv643xx_eth we do not need legacy platform_data
based setup for DT enabled boards.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselba...@gmail.com>
---
Cc: Grant Likely <grant.lik...@linaro.org>
Cc: Rob Herring <rob.herr...@calxeda.com>
Cc: Rob Landley <r...@landley.net>
Cc: Lennert Buytenhek <buyt...@wantstofly.org>
Cc: David Miller <da...@davemloft.net>
Cc: Florian Fainelli <flor...@openwrt.org>
Cc: Arnaud Patard <arnaud.pat...@rtp-net.org>
Cc: Russell King <li...@arm.linux.org.uk>
Cc: Jason Cooper <ja...@lakedaemon.net>
Cc: Andrew Lunn <and...@lunn.ch>
Cc: Jean-Francois Moine <moin...@free.fr>
Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com>
Cc: Simon Guinot <simon.gui...@sequanux.org>
Cc: Jamie Lentin <j...@lentin.co.uk>
Cc: Michael Walle <mich...@walle.cc>
Cc: Eric Hutter <hutter.e...@gmail.com>
Cc: Joshua Coombs <josh.coo...@gmail.com>
Cc: Willy Tarreau <w...@1wt.eu>
Cc: Simon Baatz <gmbno...@gmail.com>
Cc: Alan M Butler <alanbutt...@gmail.com>
Cc: Nigel Roberts <ni...@nobiscuit.com>
Cc: Valentin Longchamp <valentin.longch...@keymile.com>
Cc: Stefan Peter <s.pe...@mpl.ch>
Cc: Arnaud Ebalard <a...@natisbad.org>
Cc: Nobuhiro Iwamatsu <iwama...@nigauri.org>
Cc: net...@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-...@vger.kernel.org
Cc: linux-arm-ker...@lists.infradead.org
Cc: linux-ker...@vger.kernel.org
---
 arch/arm/mach-dove/board-dt.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/arch/arm/mach-dove/board-dt.c b/arch/arm/mach-dove/board-dt.c
index fbde1dd..3c0963d 100644
--- a/arch/arm/mach-dove/board-dt.c
+++ b/arch/arm/mach-dove/board-dt.c
@@ -34,10 +34,6 @@ static void __init dove_legacy_clk_init(void)
        clkspec.np = np;
        clkspec.args_count = 1;
 
-       clkspec.args[0] = CLOCK_GATING_BIT_GBE;
-       orion_clkdev_add(NULL, "mv643xx_eth_port.0",
-                        of_clk_get_from_provider(&clkspec));
-
        clkspec.args[0] = CLOCK_GATING_BIT_PCIE0;
        orion_clkdev_add("0", "pcie",
                         of_clk_get_from_provider(&clkspec));
@@ -70,7 +66,6 @@ static void __init dove_dt_init(void)
        dove_of_clk_init();
 
        /* Internal devices not ported to DT yet */
-       dove_ge00_init(&dove_dt_ge00_data);
        dove_pcie_init(1, 1);
 
        of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
-- 
1.7.2.5

_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to