summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32
diff options
context:
space:
mode:
authorAlexandre Torgue2017-12-11 09:54:00 +0100
committerAlexandre Torgue2018-03-05 09:08:19 +0100
commit85beb77f87f750b3b363ddc427708338522f3909 (patch)
treed7410a7941ddad42264b4bbf9a6c054cb0be7171 /arch/arm/mach-stm32
parentARM: stm32: Kconfig: introduce MACH_STM32F769 flag (diff)
downloadkernel-qcow2-linux-85beb77f87f750b3b363ddc427708338522f3909.tar.gz
kernel-qcow2-linux-85beb77f87f750b3b363ddc427708338522f3909.tar.xz
kernel-qcow2-linux-85beb77f87f750b3b363ddc427708338522f3909.zip
ARM: stm32: add new STM32F769 MCU
Add new st,stm32f769 compatible machine name for STM32F769 MCU and update documentation. Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/mach-stm32')
-rw-r--r--arch/arm/mach-stm32/board-dt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c
index e918686e4191..48246325c6cc 100644
--- a/arch/arm/mach-stm32/board-dt.c
+++ b/arch/arm/mach-stm32/board-dt.c
@@ -12,6 +12,7 @@ static const char *const stm32_compat[] __initconst = {
"st,stm32f429",
"st,stm32f469",
"st,stm32f746",
+ "st,stm32f769",
"st,stm32h743",
NULL
};