python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / stmicroelectronics / stm32f469-disco / patches / linux / 0001-ARM-stm32-Identify-a-new-board-STM32F469.patch
blob01af415453af1f9fe451cf921511e6070b9ee7ab
1 From 3b572676972f9bcf69695fd85a582c6622f7faa8 Mon Sep 17 00:00:00 2001
2 From: Lee Jones <lee.jones@linaro.org>
3 Date: Tue, 16 Feb 2016 14:04:17 +0000
4 Subject: [PATCH] ARM: stm32: Identify a new board - STM32F469
6 Signed-off-by: Lee Jones <lee.jones@linaro.org>
7 ---
8 arch/arm/mach-stm32/board-dt.c | 1 +
9 1 file changed, 1 insertion(+)
11 diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c
12 index f2ad772..ceee477 100644
13 --- a/arch/arm/mach-stm32/board-dt.c
14 +++ b/arch/arm/mach-stm32/board-dt.c
15 @@ -10,6 +10,7 @@
17 static const char *const stm32_compat[] __initconst = {
18 "st,stm32f429",
19 + "st,stm32f469",
20 NULL
23 --
24 2.6.4