Patrice Chotard 20fe38e75a clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks()
Move SYSCFG clock setup into configure_clocks() instead of calling
clock_setup() from board file.

As this clock is only needed in case of ethernet enabled and as
both stm32f4 and stm32f7 are using the Designware ethernet IP,
we use CONFIG_ETH_DESIGNWARE to only enable this clock if needed.

Move the RMII setup from board_early_init_f() to board_init()
to insure that RMII bit is set only when clock driver is initialized.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
2018-01-28 09:39:15 -05:00
..
2017-08-23 10:45:45 +02:00
2017-12-12 21:34:10 -05:00
2017-12-04 10:23:52 -05:00
2017-05-12 08:37:06 -04:00
2018-01-19 15:49:26 -05:00
2017-10-02 21:52:20 -04:00
2016-12-15 11:57:44 -08:00