summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-03-02 22:36:17 (GMT)
committerArnd Bergmann <arnd@arndb.de>2016-03-02 22:36:17 (GMT)
commit0d8ec17ca34ba9dad6932c32ee2d114b37744c23 (patch)
treec4589b3d91cec2917417d105931d2c96e7249141
parent3fcb230d14b031a6c3b26e8da56e062574b3e68d (diff)
parent6391503bbf4508ca97e9806b5347d3fd5d3c8c3c (diff)
downloadlinux-0d8ec17ca34ba9dad6932c32ee2d114b37744c23.tar.xz
Merge tag 'stm32-soc-for-v4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32 into next/soc
Merge "STM32 SoC updates for v4.6 #2" from Maxime Coquelin: Highlights: ----------- - Add a new stm32f469 SoC * tag 'stm32-soc-for-v4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32: ARM: stm32: Identify a new SoC - STM32F469
-rw-r--r--arch/arm/mach-stm32/board-dt.c1
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 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
};