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

Signed-off-by: Sebastian Hesselbarth <[email protected]>
---
Cc: Grant Likely <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Rob Landley <[email protected]>
Cc: Lennert Buytenhek <[email protected]>
Cc: David Miller <[email protected]>
Cc: Florian Fainelli <[email protected]>
Cc: Arnaud Patard <[email protected]>
Cc: Russell King <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Jean-Francois Moine <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
Cc: Simon Guinot <[email protected]>
Cc: Jamie Lentin <[email protected]>
Cc: Michael Walle <[email protected]>
Cc: Eric Hutter <[email protected]>
Cc: Joshua Coombs <[email protected]>
Cc: Willy Tarreau <[email protected]>
Cc: Simon Baatz <[email protected]>
Cc: Alan M Butler <[email protected]>
Cc: Nigel Roberts <[email protected]>
Cc: Valentin Longchamp <[email protected]>
Cc: Stefan Peter <[email protected]>
Cc: Arnaud Ebalard <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
---
 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
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to