diff options
author | Toshifumi NISHINAGA <tnishinaga.dev@gmail.com> | 2016-07-08 01:02:24 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-14 18:22:41 -0400 |
commit | ba0a3c16e0c6697f0254644cc7a9849b77000eb8 (patch) | |
tree | 476ef70d03a07553b2371a0e77e5fddff090e6e9 /arch/arm/mach-stm32/stm32f7/Makefile | |
parent | a3e2efcb42be378659a5443346ca5c77317c30b9 (diff) | |
download | u-boot-ba0a3c16e0c6697f0254644cc7a9849b77000eb8.tar.gz |
stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board
This patch adds 200MHz clock configuration for stm32f746 discovery board.
This patch is based on STM32F4 and emcraft's[1].
[1]: https://github.com/EmcraftSystems/u-boot
Signed-off-by: Toshifumi NISHINAGA <tnishinaga.dev@gmail.com>
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 40f1ad35b7..643d4d919c 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 +obj-y += timer.o clock.o soc.o |