]> git.sur5r.net Git - u-boot/commit
clk: stm32f7: add clock driver for stm32f7 family
authorVikas Manocha <vikas.manocha@st.com>
Sun, 12 Feb 2017 18:25:45 +0000 (10:25 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 17 Mar 2017 18:15:12 +0000 (14:15 -0400)
commit712f99a5ddc404f8c6eac481cfe19f82ca2ecb4f
treee3e97565765f3816b750bd0d40a8bea0d35e168c
parent42bf5e7c27ae73b0e56c29f5af3cae5d15d35afa
clk: stm32f7: add clock driver for stm32f7 family

add basic clock driver support for stm32f7 to enable clocks required by
the peripherals.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-stm32/stm32f7/Makefile
arch/arm/mach-stm32/stm32f7/clock.c [deleted file]
arch/arm/mach-stm32/stm32f7/soc.c
configs/stm32f746-disco_defconfig
doc/device-tree-bindings/clock/st,stm32-rcc.txt [new file with mode: 0644]
drivers/clk/Makefile
drivers/clk/clk_stm32f7.c [new file with mode: 0644]