u-boot/arch/arm/include/asm/arch-stm32f7
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
..
gpio.h stm32: fix STMicroelectronics copyright 2017-11-06 09:51:01 -05:00
gpt.h stm32: fix STMicroelectronics copyright 2017-11-06 09:51:01 -05:00
stm32.h stm32: migrate clock structs in include/stm32_rcc.h 2017-11-29 22:30:50 -05:00
stm32_defs.h stm32: fix STMicroelectronics copyright 2017-11-06 09:51:01 -05:00
stm32_periph.h clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks() 2018-01-28 09:39:15 -05:00
stm32_pwr.h clk: stm32f7: retrieve PWR base address from DT 2017-11-29 22:30:50 -05:00
syscfg.h net: stm32: add designware mac glue code for stm32 2017-01-28 14:04:47 -05:00