mbox series

[0/2] clk: stm32: STM32F769 clocks

Message ID 20190405075332.28530-1-gabriel.fernandez@st.com (mailing list archive)
Headers show
Series clk: stm32: STM32F769 clocks | expand

Message

Gabriel FERNANDEZ April 5, 2019, 7:53 a.m. UTC
STM32F769 board is a derived of STM32F746 board.
Concerning clocks, main differences are:
- new source clock for SAI1 and SAI2 (HSI or HSE)
- Add DFSDM & DSI clock



Gabriel Fernandez (2):
  clk: stm32: Introduce clocks of STM32F769 board
  ARM: dts: stm32: Enable STM32F769 clock driver

 .../bindings/clock/st,stm32-rcc.txt           |   6 +
 arch/arm/boot/dts/stm32f769-disco.dts         |   4 +
 drivers/clk/clk-stm32f4.c                     | 307 +++++++++++++++++-
 include/dt-bindings/clock/stm32fx-clock.h     |   7 +-
 4 files changed, 314 insertions(+), 10 deletions(-)