commit | f3a701ac246cfd615e150ab461981b875d8ece55 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Dec 12 09:49:39 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 10 08:05:46 2018 -0500 |
tree | 52380a94ee6cba8cf7c7e542ccbf95dc9555739f | |
parent | d2bc05c7482533b07aaea6a0f1fadfb80382eb80 [diff] |
board: stm32f429-disco: switch to DM STM32 clock driver Use available DM clk_stm32f.c driver instead of dedicated mach-stm32/stm32f4/clock.c. Migrate periph_clock defines from stm32_periph.h directly in CLK driver. These periph_clock defines will be removed when STMMAC, TIMER2 and SYSCFG drivers will support DM CLK. Enable also CLK flag. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>