From: Lee Jones Date: Tue, 16 Feb 2016 14:17:00 +0000 (+0100) Subject: ARM: stm32: Identify a new SoC - STM32F469 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6391503bbf4508ca97e9806b5347d3fd5d3c8c3c;p=deliverable%2Flinux.git ARM: stm32: Identify a new SoC - STM32F469 Signed-off-by: Lee Jones Acked-by: Arnd Bergmann Signed-off-by: Maxime Coquelin --- 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 @@ static const char *const stm32_compat[] __initconst = { "st,stm32f429", + "st,stm32f469", NULL };