diff options
author | Vikas Manocha <vikas.manocha@st.com> | 2017-02-12 10:25:45 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-17 14:15:12 -0400 |
commit | 712f99a5ddc404f8c6eac481cfe19f82ca2ecb4f (patch) | |
tree | e3e97565765f3816b750bd0d40a8bea0d35e168c /arch/arm/mach-stm32/stm32f7/Makefile | |
parent | 42bf5e7c27ae73b0e56c29f5af3cae5d15d35afa (diff) | |
download | u-boot-712f99a5ddc404f8c6eac481cfe19f82ca2ecb4f.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-stm32/stm32f7/Makefile')
-rw-r--r-- | arch/arm/mach-stm32/stm32f7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32/stm32f7/Makefile b/arch/arm/mach-stm32/stm32f7/Makefile index 643d4d919c..03269bd461 100644 --- a/arch/arm/mach-stm32/stm32f7/Makefile +++ b/arch/arm/mach-stm32/stm32f7/Makefile @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += timer.o clock.o soc.o +obj-y += timer.o soc.o |