]> git.ipfire.org Git - people/ms/u-boot.git/commit
clk: stm32fx: migrate define from rcc.h to driver
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 15 Nov 2017 12:14:49 +0000 (13:14 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 30 Nov 2017 03:30:50 +0000 (22:30 -0500)
commitc88c6a9e03e7845bb8ec87133ac3b84d2bd154cb
tree8d7102cdcf2106a0a60b6b26f2f698678dc1070b
parentf264e2357231066c2e626c737b88416f556dcd74
clk: stm32fx: migrate define from rcc.h to driver

STM32F4 doesn't get rcc.h file, to avoid compilation
issue, migrate RCC related defines from rcc.h to driver
file and remove rcc.h file.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
arch/arm/include/asm/arch-stm32f7/rcc.h [deleted file]
drivers/clk/clk_stm32f.c