ARM: stm32: Identify a new SoC - STM32F469
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>
This commit is contained in:
parent
f64e980450
commit
6391503bbf
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
static const char *const stm32_compat[] __initconst = {
|
static const char *const stm32_compat[] __initconst = {
|
||||||
"st,stm32f429",
|
"st,stm32f429",
|
||||||
|
"st,stm32f469",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue