* [PATCH] at91: Remove non-devicetree board support for SAMA5D3 SOC
@ 2025-03-07 5:51 Alexander Shiyan
2025-03-07 7:50 ` Sascha Hauer
2025-03-07 7:51 ` Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2025-03-07 5:51 UTC (permalink / raw)
To: barebox; +Cc: Alexander Shiyan
Since all SAMA5D3 boards now do not use the devicetree,
we can safely remove the board support files for this SOC.
Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
arch/arm/mach-at91/Kconfig | 5 -
arch/arm/mach-at91/Makefile | 1 -
arch/arm/mach-at91/sama5d3.c | 410 ----------------------
arch/arm/mach-at91/sama5d3_devices.c | 491 ---------------------------
4 files changed, 907 deletions(-)
delete mode 100644 arch/arm/mach-at91/sama5d3.c
delete mode 100644 arch/arm/mach-at91/sama5d3_devices.c
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 0b3a4ac44c..d63845437d 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -269,10 +269,6 @@ config ARCH_AT91SAM9N12
bool "AT91SAM9N12"
select SOC_AT91SAM9N12
-config ARCH_SAMA5D3
- bool "SAMA5D3x"
- select SOC_SAMA5D3
-
config ARCH_SAMA5D4
bool "SAMA5D4"
select SOC_SAMA5D4
@@ -289,7 +285,6 @@ config ARCH_BAREBOX_MAX_BARE_INIT_SIZE
default 0xF000 if ARCH_AT91SAM9G45
default 0x6000 if ARCH_AT91SAM9X5
default 0x6000 if ARCH_AT91SAM9N12
- default 0x6000 if ARCH_SAMA5D3
default 0xffffffff
if ARCH_AT91RM9200
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index 857f77ab49..556e46f181 100644
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
@@ -27,7 +27,6 @@ obj-$(CONFIG_SOC_AT91SAM9G10) += at91sam9261.o at91sam9261_devices.o
ifeq ($(CONFIG_AT91_MULTI_BOARDS),)
obj-$(CONFIG_SOC_AT91SAM9260) += at91sam9260.o at91sam9260_devices.o
obj-$(CONFIG_SOC_AT91SAM9263) += at91sam9263.o at91sam9263_devices.o
-obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o sama5d3_devices.o
obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o sama5d4_devices.o
endif
lwl-$(CONFIG_SOC_AT91SAM9263) += sam9263_ll.o
diff --git a/arch/arm/mach-at91/sama5d3.c b/arch/arm/mach-at91/sama5d3.c
deleted file mode 100644
index 447ac711b4..0000000000
diff --git a/arch/arm/mach-at91/sama5d3_devices.c b/arch/arm/mach-at91/sama5d3_devices.c
deleted file mode 100644
index f6d5617e5f..0000000000
--
2.39.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] at91: Remove non-devicetree board support for SAMA5D3 SOC
2025-03-07 5:51 [PATCH] at91: Remove non-devicetree board support for SAMA5D3 SOC Alexander Shiyan
@ 2025-03-07 7:50 ` Sascha Hauer
2025-03-07 7:51 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-03-07 7:50 UTC (permalink / raw)
To: barebox, Alexander Shiyan
On Fri, 07 Mar 2025 08:51:35 +0300, Alexander Shiyan wrote:
> Since all SAMA5D3 boards now do not use the devicetree,
> we can safely remove the board support files for this SOC.
>
>
Applied, thanks!
[1/1] at91: Remove non-devicetree board support for SAMA5D3 SOC
https://git.pengutronix.de/cgit/barebox/commit/?id=90738596b7d4 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] at91: Remove non-devicetree board support for SAMA5D3 SOC
2025-03-07 5:51 [PATCH] at91: Remove non-devicetree board support for SAMA5D3 SOC Alexander Shiyan
2025-03-07 7:50 ` Sascha Hauer
@ 2025-03-07 7:51 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-03-07 7:51 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Fri, Mar 07, 2025 at 08:51:35AM +0300, Alexander Shiyan wrote:
> Since all SAMA5D3 boards now do not use the devicetree,
> we can safely remove the board support files for this SOC.
s/do not//
I fixed that while applying.
Sascha
>
> Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
> ---
> arch/arm/mach-at91/Kconfig | 5 -
> arch/arm/mach-at91/Makefile | 1 -
> arch/arm/mach-at91/sama5d3.c | 410 ----------------------
> arch/arm/mach-at91/sama5d3_devices.c | 491 ---------------------------
> 4 files changed, 907 deletions(-)
> delete mode 100644 arch/arm/mach-at91/sama5d3.c
> delete mode 100644 arch/arm/mach-at91/sama5d3_devices.c
>
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index 0b3a4ac44c..d63845437d 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -269,10 +269,6 @@ config ARCH_AT91SAM9N12
> bool "AT91SAM9N12"
> select SOC_AT91SAM9N12
>
> -config ARCH_SAMA5D3
> - bool "SAMA5D3x"
> - select SOC_SAMA5D3
> -
> config ARCH_SAMA5D4
> bool "SAMA5D4"
> select SOC_SAMA5D4
> @@ -289,7 +285,6 @@ config ARCH_BAREBOX_MAX_BARE_INIT_SIZE
> default 0xF000 if ARCH_AT91SAM9G45
> default 0x6000 if ARCH_AT91SAM9X5
> default 0x6000 if ARCH_AT91SAM9N12
> - default 0x6000 if ARCH_SAMA5D3
> default 0xffffffff
>
> if ARCH_AT91RM9200
> diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
> index 857f77ab49..556e46f181 100644
> --- a/arch/arm/mach-at91/Makefile
> +++ b/arch/arm/mach-at91/Makefile
> @@ -27,7 +27,6 @@ obj-$(CONFIG_SOC_AT91SAM9G10) += at91sam9261.o at91sam9261_devices.o
> ifeq ($(CONFIG_AT91_MULTI_BOARDS),)
> obj-$(CONFIG_SOC_AT91SAM9260) += at91sam9260.o at91sam9260_devices.o
> obj-$(CONFIG_SOC_AT91SAM9263) += at91sam9263.o at91sam9263_devices.o
> -obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o sama5d3_devices.o
> obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o sama5d4_devices.o
> endif
> lwl-$(CONFIG_SOC_AT91SAM9263) += sam9263_ll.o
> diff --git a/arch/arm/mach-at91/sama5d3.c b/arch/arm/mach-at91/sama5d3.c
> deleted file mode 100644
> index 447ac711b4..0000000000
> diff --git a/arch/arm/mach-at91/sama5d3_devices.c b/arch/arm/mach-at91/sama5d3_devices.c
> deleted file mode 100644
> index f6d5617e5f..0000000000
> --
> 2.39.1
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-07 7:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-07 5:51 [PATCH] at91: Remove non-devicetree board support for SAMA5D3 SOC Alexander Shiyan
2025-03-07 7:50 ` Sascha Hauer
2025-03-07 7:51 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox