aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-dove/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-dove/common.c')
-rw-r--r--arch/arm/mach-dove/common.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c
index f4ac5b06014b..89f4f993cd03 100644
--- a/arch/arm/mach-dove/common.c
+++ b/arch/arm/mach-dove/common.c
@@ -409,14 +409,6 @@ static void __init dove_legacy_clk_init(void)
409 clkspec.args[0] = CLOCK_GATING_BIT_PCIE1; 409 clkspec.args[0] = CLOCK_GATING_BIT_PCIE1;
410 orion_clkdev_add("1", "pcie", 410 orion_clkdev_add("1", "pcie",
411 of_clk_get_from_provider(&clkspec)); 411 of_clk_get_from_provider(&clkspec));
412
413 clkspec.args[0] = CLOCK_GATING_BIT_XOR0;
414 orion_clkdev_add(NULL, MV_XOR_NAME ".0",
415 of_clk_get_from_provider(&clkspec));
416
417 clkspec.args[0] = CLOCK_GATING_BIT_XOR1;
418 orion_clkdev_add(NULL, MV_XOR_NAME ".1",
419 of_clk_get_from_provider(&clkspec));
420} 412}
421 413
422static void __init dove_of_clk_init(void) 414static void __init dove_of_clk_init(void)
@@ -444,8 +436,6 @@ static void __init dove_dt_init(void)
444 436
445 /* Internal devices not ported to DT yet */ 437 /* Internal devices not ported to DT yet */
446 dove_rtc_init(); 438 dove_rtc_init();
447 dove_xor0_init();
448 dove_xor1_init();
449 439
450 dove_ge00_init(&dove_dt_ge00_data); 440 dove_ge00_init(&dove_dt_ge00_data);
451 dove_ehci0_init(); 441 dove_ehci0_init();