From: Patrice CHOTARD <patrice.chotard@foss.st.com>
To: Raphael Gallais-Pou <rgallaispou@gmail.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Russell King <linux@armlinux.org.uk>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Alain Volmat <avolmat@me.com>
Subject: Re: [PATCH v2 2/3] ARM: sti: removal of stih415/stih416 related entries
Date: Mon, 28 Jul 2025 11:25:14 +0200 [thread overview]
Message-ID: <b80cc04f-aa80-4124-97de-846bebc271a2@foss.st.com> (raw)
In-Reply-To: <20250714-sti-rework-v2-2-f4274920858b@gmail.com>
On 7/14/25 15:49, Raphael Gallais-Pou wrote:
> From: Alain Volmat <avolmat@me.com>
>
> ST's STiH415 and STiH416 platforms have already been removed since
> a while. Remove some remaining bits within the mach-sti.
>
> Signed-off-by: Alain Volmat <avolmat@me.com>
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
> arch/arm/mach-sti/Kconfig | 20 +-------------------
> arch/arm/mach-sti/board-dt.c | 2 --
> 2 files changed, 1 insertion(+), 21 deletions(-)
>
> diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
> index b3842c971d31b80edaf88ab907f4377bea0a2af5..e58699e13e1a55ce46e68908c7ef51e18b040dc9 100644
> --- a/arch/arm/mach-sti/Kconfig
> +++ b/arch/arm/mach-sti/Kconfig
> @@ -19,31 +19,13 @@ menuconfig ARCH_STI
> select PL310_ERRATA_769419 if CACHE_L2X0
> select RESET_CONTROLLER
> help
> - Include support for STMicroelectronics' STiH415/416, STiH407/10 and
> + Include support for STMicroelectronics' STiH407/10 and
> STiH418 family SoCs using the Device Tree for discovery. More
> information can be found in Documentation/arch/arm/sti/ and
> Documentation/devicetree.
>
> if ARCH_STI
>
> -config SOC_STIH415
> - bool "STiH415 STMicroelectronics Consumer Electronics family"
> - default y
> - help
> - This enables support for STMicroelectronics Digital Consumer
> - Electronics family StiH415 parts, primarily targeted at set-top-box
> - and other digital audio/video applications using Flattned Device
> - Trees.
> -
> -config SOC_STIH416
> - bool "STiH416 STMicroelectronics Consumer Electronics family"
> - default y
> - help
> - This enables support for STMicroelectronics Digital Consumer
> - Electronics family StiH416 parts, primarily targeted at set-top-box
> - and other digital audio/video applications using Flattened Device
> - Trees.
> -
> config SOC_STIH407
> bool "STiH407 STMicroelectronics Consumer Electronics family"
> default y
> diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c
> index 488084b61b4acafb569ee9c51f5769393d55a9ce..1aaf61184685d754de57b487aef9a6b45a759b23 100644
> --- a/arch/arm/mach-sti/board-dt.c
> +++ b/arch/arm/mach-sti/board-dt.c
> @@ -10,8 +10,6 @@
> #include "smp.h"
>
> static const char *const stih41x_dt_match[] __initconst = {
> - "st,stih415",
> - "st,stih416",
> "st,stih407",
> "st,stih410",
> "st,stih418",
>
Hi Raphael
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Thanks
next prev parent reply other threads:[~2025-07-28 9:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-14 13:49 [PATCH v2 0/3] STi device-tree cleanup Raphael Gallais-Pou
2025-07-14 13:49 ` [PATCH v2 1/3] ARM: sti: drop B2120 board support Raphael Gallais-Pou
2025-07-28 9:25 ` Patrice CHOTARD
2025-08-18 14:02 ` Patrice CHOTARD
2025-09-04 23:37 ` Rob Herring
2025-09-07 21:49 ` Raphaël Gallais-Pou
2025-07-14 13:49 ` [PATCH v2 2/3] ARM: sti: removal of stih415/stih416 related entries Raphael Gallais-Pou
2025-07-28 9:25 ` Patrice CHOTARD [this message]
2025-08-18 14:02 ` Patrice CHOTARD
2025-07-14 13:49 ` [PATCH v2 3/3] dt-bindings: arm: sti: drop B2120 board support Raphael Gallais-Pou
2025-07-28 9:26 ` Patrice CHOTARD
2025-08-18 14:02 ` Patrice CHOTARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b80cc04f-aa80-4124-97de-846bebc271a2@foss.st.com \
--to=patrice.chotard@foss.st.com \
--cc=avolmat@me.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=rgallaispou@gmail.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®