[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e89aed99-12b6-d1ba-26a5-5e98c4cd6298@foss.st.com>
Date: Tue, 28 Mar 2023 16:43:23 +0200
From: Alexandre TORGUE <alexandre.torgue@...s.st.com>
To: Roan van Dijk <roan@...tonic.nl>, <linux@...linux.org.uk>
CC: <mcoquelin.stm32@...il.com>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-stm32@...md-mailman.stormreply.com>,
<linux-kernel@...r.kernel.org>, David Jander <david@...tonic.nl>
Subject: Re: [PATCH] arm: mach-stm32: board-dt.c: Add support for STM32MP151
Hi
On 3/28/23 11:33, Roan van Dijk wrote:
> This patch adds initial support of STM32MP151 microprocessor (MPU)
> based on Arm Cortex-A7. New Cortex-A infrastructure (gic, timer,...)
> are selected if ARCH_MULTI_V7 is defined.
>
> Signed-off-by: David Jander <david@...tonic.nl>
> Signed-off-by: Roan van Dijk <roan@...tonic.nl>
>
> ---
> 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 2ccaa11aaa56..5dcc4ddd1a56 100644
> --- a/arch/arm/mach-stm32/board-dt.c
> +++ b/arch/arm/mach-stm32/board-dt.c
> @@ -21,6 +21,7 @@ static const char *const stm32_compat[] __initconst = {
> "st,stm32mp131",
> "st,stm32mp133",
> "st,stm32mp135",
> + "st,stm32mp151",
> "st,stm32mp157",
> NULL
> };
Applied on stm32-next by changing the commit titile (ARM: stm32: ...).
You could send a patch in Documentation/arm/stm32 to highlights main
feature of this SoC or deltas with MP157.
Thanks.
Alex
Powered by blists - more mailing lists