[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1617094704-10040-6-git-send-email-dillon.minfei@gmail.com>
Date: Tue, 30 Mar 2021 16:58:23 +0800
From: dillon.minfei@...il.com
To: robh@...nel.org, valentin.caron@...s.st.com,
Alexandre.torgue@...s.st.com, rong.a.chen@...el.com,
a.fatoum@...gutronix.de, mcoquelin.stm32@...il.com,
devicetree@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux@...linux.org.uk, afzal.mohd.ma@...il.com,
gregkh@...uxfoundation.org, erwan.leray@...s.st.com,
erwan.leray@...com, linux-serial@...r.kernel.org, lkp@...el.com,
patrice.chotard@...s.st.com
Cc: dillon min <dillon.minfei@...il.com>
Subject: [PATCH v8 5/6] ARM: stm32: Add a new SOC - STM32H750
From: dillon min <dillon.minfei@...il.com>
The STM32H750 is a Cortex-M7 MCU running at 480MHz
and containing 128KBytes internal flash, 1MiB SRAM.
Signed-off-by: dillon min <dillon.minfei@...il.com>
---
v8: no changes
arch/arm/mach-stm32/board-dt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c
index 011d57b488c2..a766310d8dca 100644
--- a/arch/arm/mach-stm32/board-dt.c
+++ b/arch/arm/mach-stm32/board-dt.c
@@ -17,6 +17,7 @@ static const char *const stm32_compat[] __initconst = {
"st,stm32f746",
"st,stm32f769",
"st,stm32h743",
+ "st,stm32h750",
"st,stm32mp157",
NULL
};
--
2.7.4
Powered by blists - more mailing lists