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 <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user