summaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynq/cpu.c
diff options
context:
space:
mode:
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>2017-01-17 15:27:30 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2017-02-17 09:22:46 (GMT)
commit781745bd87710c5604a0ae005153d0c9578d616a (patch)
tree1f769cbd756322f578ea632b5b6f384d36c4f0a3 /arch/arm/mach-zynq/cpu.c
parent3a64b2536487fe03d4d21d9cefb45b2c841a9d21 (diff)
downloadu-boot-781745bd87710c5604a0ae005153d0c9578d616a.tar.xz
zynq: Move zynq to clock framework
Move the zynq to clock framework and remove unused functions as well as the CONFIG_ZYNQ_PS_CLK_FREQ configuration. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/mach-zynq/cpu.c')
-rw-r--r--arch/arm/mach-zynq/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/cpu.c b/arch/arm/mach-zynq/cpu.c
index ba9171e..ee1c1a9 100644
--- a/arch/arm/mach-zynq/cpu.c
+++ b/arch/arm/mach-zynq/cpu.c
@@ -35,7 +35,6 @@ int arch_cpu_init(void)
writel(0xC, &slcr_base->ddr_urgent);
#endif
#endif
- zynq_clk_early_init();
zynq_slcr_lock();
return 0;