* [PATCH] arm: mach-stm32: board-dt.c: Add support for STM32MP151
@ 2023-03-28 9:33 Roan van Dijk
2023-03-28 14:43 ` Alexandre TORGUE
0 siblings, 1 reply; 2+ messages in thread
From: Roan van Dijk @ 2023-03-28 9:33 UTC (permalink / raw)
To: linux
Cc: mcoquelin.stm32, alexandre.torgue, linux-arm-kernel, linux-stm32,
linux-kernel, Roan van Dijk, David Jander
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@protonic.nl>
Signed-off-by: Roan van Dijk <roan@protonic.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
};
--
2.37.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: mach-stm32: board-dt.c: Add support for STM32MP151
2023-03-28 9:33 [PATCH] arm: mach-stm32: board-dt.c: Add support for STM32MP151 Roan van Dijk
@ 2023-03-28 14:43 ` Alexandre TORGUE
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre TORGUE @ 2023-03-28 14:43 UTC (permalink / raw)
To: Roan van Dijk, linux
Cc: mcoquelin.stm32, linux-arm-kernel, linux-stm32, linux-kernel,
David Jander
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@protonic.nl>
> Signed-off-by: Roan van Dijk <roan@protonic.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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-28 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-28 9:33 [PATCH] arm: mach-stm32: board-dt.c: Add support for STM32MP151 Roan van Dijk
2023-03-28 14:43 ` Alexandre TORGUE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).