summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood
diff options
context:
space:
mode:
authorEzequiel Garcia2013-09-30 23:03:28 +0200
committerJason Cooper2013-10-08 18:21:05 +0200
commit3839c08d3ae44cf39b26eecefdae07f7b2443e7e (patch)
tree2879dc4a6af5a99f78524c7cf1f0fb30f462a308 /arch/arm/mach-kirkwood
parentARM: kirkwood: Remove unneeded MBus initialization (diff)
downloadkernel-qcow2-linux-3839c08d3ae44cf39b26eecefdae07f7b2443e7e.tar.gz
kernel-qcow2-linux-3839c08d3ae44cf39b26eecefdae07f7b2443e7e.tar.xz
kernel-qcow2-linux-3839c08d3ae44cf39b26eecefdae07f7b2443e7e.zip
ARM: kirkwood: Remove unneeded PCIe clock adding
Since the PCIe devices is properly initialized from the DT, the clocks are now referenced in the device tree nodes, and it's not needed to have this hack to add them explicitly. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Tested-by: Arnaud Ebalard <arno@natisbad.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r--arch/arm/mach-kirkwood/board-dt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c
index 334439d8069c..d8b666c39fd1 100644
--- a/arch/arm/mach-kirkwood/board-dt.c
+++ b/arch/arm/mach-kirkwood/board-dt.c
@@ -44,14 +44,6 @@ static void __init kirkwood_legacy_clk_init(void)
clkspec.np = np;
clkspec.args_count = 1;
- clkspec.args[0] = CGC_BIT_PEX0;
- orion_clkdev_add("0", "pcie",
- of_clk_get_from_provider(&clkspec));
-
- clkspec.args[0] = CGC_BIT_PEX1;
- orion_clkdev_add("1", "pcie",
- of_clk_get_from_provider(&clkspec));
-
/*
* The ethernet interfaces forget the MAC address assigned by
* u-boot if the clocks are turned off. Until proper DT support