diff options
author | Lee Jones <lee.jones@linaro.org> | 2016-02-16 17:16:00 +0300 |
---|---|---|
committer | Maxime Coquelin <mcoquelin.stm32@gmail.com> | 2016-02-17 19:31:07 +0300 |
commit | f48e3d687e06f27c6eebc7bc72ec6875fd25c75d (patch) | |
tree | 6e5a660e0bd5d6f1b765790a4a6c1ff25fab261b /arch/arm/boot/dts/Makefile | |
parent | b2aa7f7741f511c6a1ea266d62d203662f121ea7 (diff) | |
download | linux-f48e3d687e06f27c6eebc7bc72ec6875fd25c75d.tar.xz |
ARM: stm32: Supply a DTS file for the STM32F469 Discovery board
It's pretty similar to the STM32F429, but there are some
subtle changes required to boot successfully.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index a4a6d70e8b26..baf37c9cab4d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -611,6 +611,7 @@ dtb-$(CONFIG_ARCH_STI) += \ stih418-b2199.dtb dtb-$(CONFIG_ARCH_STM32)+= \ stm32f429-disco.dtb \ + stm32f469-disco.dtb \ stm32429i-eval.dtb dtb-$(CONFIG_MACH_SUN4I) += \ sun4i-a10-a1000.dtb \ |