projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64e980
)
ARM: stm32: Identify a new SoC - STM32F469
author
Lee Jones
<lee.jones@linaro.org>
Tue, 16 Feb 2016 14:17:00 +0000
(15:17 +0100)
committer
Maxime 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-stm32/board-dt.c
b/arch/arm/mach-stm32/board-dt.c
index f2ad7723d034990dfe6e8f09baaeda4927b9e2bd..ceee47735eecc606f12764230d71576f412f96a0 100644
(file)
--- 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
};