]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: stm32: Identify a new SoC - STM32F469
authorLee Jones <lee.jones@linaro.org>
Tue, 16 Feb 2016 14:17:00 +0000 (15:17 +0100)
committerMaxime Coquelin <mcoquelin.stm32@gmail.com>
Wed, 17 Feb 2016 16:30:44 +0000 (17:30 +0100)
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>
arch/arm/mach-stm32/board-dt.c

index f2ad7723d034990dfe6e8f09baaeda4927b9e2bd..ceee47735eecc606f12764230d71576f412f96a0 100644 (file)
@@ -10,6 +10,7 @@
 
 static const char *const stm32_compat[] __initconst = {
        "st,stm32f429",
+       "st,stm32f469",
        NULL
 };