Re: [PATCH 12/13] ARM: at91: remove samv7 support
From: Rob Herring
Date: Tue Sep 08 2026 - 18:37:34 EST
On Tue, Sep 08, 2026 at 05:28:02PM +0200, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> The Atmel at91 line, now known as Microchip SAM contains both
> SoCs using ARM926 and Cortex-A CPUs as well as a number of
> microcontrollers. Only a single one of those MCUs currently
> has Linux support, and has no known users.
>
> The samv7 platform was deprecated in Linux-7.3LTS, which will
> remain supported a while longer after it is gone from mainline.
>
> Cc: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
> Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
> Cc: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> arch/arm/Kconfig.debug | 10 ----------
> arch/arm/mach-at91/Kconfig | 11 +----------
> arch/arm/mach-at91/Makefile | 1 -
> arch/arm/mach-at91/samv7.c | 17 -----------------
> drivers/soc/atmel/soc.c | 36 ------------------------------------
> 5 files changed, 1 insertion(+), 74 deletions(-)
> delete mode 100644 arch/arm/mach-at91/samv7.c
Do you want to drop all the samv7 platform compatibles from at91.yaml?
Are there non-Linux users using DT?
Rob