diff options
author | Lee Jones <lee.jones@linaro.org> | 2016-02-16 09:17:00 -0500 |
---|---|---|
committer | Maxime Coquelin <mcoquelin.stm32@gmail.com> | 2016-02-17 11:30:44 -0500 |
commit | 6391503bbf4508ca97e9806b5347d3fd5d3c8c3c (patch) | |
tree | 967e4e74d7635ba568400a0bcfd1e5fbf5bdfa96 | |
parent | f64e980450027e15dce5e9ec4ee19bab98aee4c5 (diff) |
ARM: stm32: Identify a new SoC - STM32F469
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>
-rw-r--r-- | arch/arm/mach-stm32/board-dt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c index f2ad7723d034..ceee47735eec 100644 --- a/arch/arm/mach-stm32/board-dt.c +++ b/arch/arm/mach-stm32/board-dt.c | |||
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | static const char *const stm32_compat[] __initconst = { | 11 | static const char *const stm32_compat[] __initconst = { |
12 | "st,stm32f429", | 12 | "st,stm32f429", |
13 | "st,stm32f469", | ||
13 | NULL | 14 | NULL |
14 | }; | 15 | }; |
15 | 16 | ||