From: Lee Jones Date: Tue, 16 Feb 2016 14:17:00 +0000 (+0100) Subject: ARM: stm32: Identify a new SoC - STM32F469 X-Git-Tag: v4.6-rc1~76^2~3^2 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/6391503bbf4508ca97e9806b5347d3fd5d3c8c3c 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 };