Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1335425
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] ARM: stm32: Identify a new board - STM32F469 |
| Date | 2016-02-16 15:20 +0100 |
| Message-ID | <r2ODU-vy-15@gated-at.bofh.it> (permalink) |
| References | <r2ODT-vy-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
arch/arm/mach-stm32/board-dt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c
index f2ad772..ceee477 100644
--- a/arch/arm/mach-stm32/board-dt.c
+++ b/arch/arm/mach-stm32/board-dt.c
@@ -10,6 +10,7 @@
static const char *const stm32_compat[] __initconst = {
"st,stm32f429",
+ "st,stm32f469",
NULL
};
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] ARM: stm32: Introduce support for STM32F469 Lee Jones <lee.jones@linaro.org> - 2016-02-16 15:20 +0100 [PATCH 3/3] ARM: stm32: Identify a new board - STM32F469 Lee Jones <lee.jones@linaro.org> - 2016-02-16 15:20 +0100 [PATCH 1/3] ARM: stm32: Supply a DTS file for the STM32F469 Discovery board Lee Jones <lee.jones@linaro.org> - 2016-02-16 15:30 +0100 Re: [PATCH 0/3] ARM: stm32: Introduce support for STM32F469 Arnd Bergmann <arnd@arndb.de> - 2016-02-16 15:40 +0100 Re: [PATCH 0/3] ARM: stm32: Introduce support for STM32F469 Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2016-02-18 09:20 +0100
csiph-web