]> git.baikalelectronics.ru Git - uboot.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)
commit077626626bbc0a114801b1b30a7713f631fed96f
tree8d7102cdcf2106a0a60b6b26f2f698678dc1070b
parente9d4ccb2490cf2b5a3ba0edcf00dc05ab72b0f11
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