1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-01 03:47:11 +01:00
Files
u-boot-megous/drivers
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
..
2018-01-22 23:09:14 +01:00
2018-01-24 11:28:44 -05:00
2018-01-26 12:38:13 +01:00
2018-01-26 20:02:33 +05:30
2018-01-16 06:59:39 +01:00
2018-01-26 07:46:34 -05:00
2017-11-06 09:51:01 -05:00
2018-01-26 12:38:13 +01:00
2017-11-20 09:58:31 +01:00
2016-02-06 12:00:59 +01:00
2017-06-01 07:03:10 -06:00
2018-01-26 07:46:34 -05:00