From 712f99a5ddc404f8c6eac481cfe19f82ca2ecb4f Mon Sep 17 00:00:00 2001 From: Vikas Manocha Date: Sun, 12 Feb 2017 10:25:45 -0800 Subject: clk: stm32f7: add clock driver for stm32f7 family add basic clock driver support for stm32f7 to enable clocks required by the peripherals. Signed-off-by: Vikas Manocha Reviewed-by: Simon Glass --- arch/arm/mach-stm32/stm32f7/soc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/mach-stm32/stm32f7/soc.c') diff --git a/arch/arm/mach-stm32/stm32f7/soc.c b/arch/arm/mach-stm32/stm32f7/soc.c index 8baee99a4f..06af631cc1 100644 --- a/arch/arm/mach-stm32/stm32f7/soc.c +++ b/arch/arm/mach-stm32/stm32f7/soc.c @@ -17,8 +17,6 @@ u32 get_cpu_rev(void) int arch_cpu_init(void) { - configure_clocks(); - /* * Configure the memory protection unit (MPU) * 0x00000000 - 0xffffffff: Strong-order, Shareable -- cgit v1.2.3