mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Raphaël Gallais-Pou" <rgallaispou@gmail.com>
To: Rob Herring <robh@kernel.org>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Russell King <linux@armlinux.org.uk>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/3] ARM: sti: drop B2120 board support
Date: Sun, 7 Sep 2025 23:49:01 +0200	[thread overview]
Message-ID: <bdfef146-9daf-4f95-9314-f41e7352cbb3@gmail.com> (raw)
In-Reply-To: <CAL_JsqJ0ckZ529gm781uF52yR3-gj2ctHR11hUK=4q8_Eq65EQ@mail.gmail.com>



Le 05/09/2025 à 01:37, Rob Herring a écrit :
> On Mon, Jul 14, 2025 at 8:54 AM Raphael Gallais-Pou
> <rgallaispou@gmail.com> wrote:
>>
>> B2120 boards are internal boards which never were commercialised.
>>
>> Drop them.
>>
>> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
>> ---
>>   arch/arm/boot/dts/st/Makefile           |   2 -
>>   arch/arm/boot/dts/st/stih407-b2120.dts  |  27 -----
>>   arch/arm/boot/dts/st/stih407.dtsi       | 145 ----------------------
>>   arch/arm/boot/dts/st/stih410-b2120.dts  |  66 ----------
>>   arch/arm/boot/dts/st/stihxxx-b2120.dtsi | 206 --------------------------------
>>   5 files changed, 446 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/st/Makefile b/arch/arm/boot/dts/st/Makefile
>> index cc9948b9870f7f73629573149bfd342af75b07da..f57fc6dc48a00c9a9323b4508e5e4e161b197c47 100644
>> --- a/arch/arm/boot/dts/st/Makefile
>> +++ b/arch/arm/boot/dts/st/Makefile
>> @@ -13,8 +13,6 @@ dtb-$(CONFIG_ARCH_SPEAR3XX) += \
>>   dtb-$(CONFIG_ARCH_SPEAR6XX) += \
>>          spear600-evb.dtb
>>   dtb-$(CONFIG_ARCH_STI) += \
>> -       stih407-b2120.dtb \
>> -       stih410-b2120.dtb \
>>          stih410-b2260.dtb \
>>          stih418-b2199.dtb \
>>          stih418-b2264.dtb
>> diff --git a/arch/arm/boot/dts/st/stih407-b2120.dts b/arch/arm/boot/dts/st/stih407-b2120.dts
>> deleted file mode 100644
>> index 9c79982ee7ba8fadb1a2a92e732bf7f652b74c38..0000000000000000000000000000000000000000
>> --- a/arch/arm/boot/dts/st/stih407-b2120.dts
>> +++ /dev/null
>> @@ -1,27 +0,0 @@
>> -// SPDX-License-Identifier: GPL-2.0-only
>> -/*
>> - * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
>> - * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
>> - */
>> -/dts-v1/;
>> -#include "stih407.dtsi"
>> -#include "stihxxx-b2120.dtsi"
>> -/ {
>> -       model = "STiH407 B2120";
>> -       compatible = "st,stih407-b2120", "st,stih407";
>> -
>> -       chosen {
>> -               stdout-path = &sbc_serial0;
>> -       };
>> -
>> -       memory@40000000 {
>> -               device_type = "memory";
>> -               reg = <0x40000000 0x80000000>;
>> -       };
>> -
>> -       aliases {
>> -               serial0 = &sbc_serial0;
>> -               ethernet0 = &ethernet0;
>> -       };
>> -
>> -};
>> diff --git a/arch/arm/boot/dts/st/stih407.dtsi b/arch/arm/boot/dts/st/stih407.dtsi
>> deleted file mode 100644
>> index aca43d2bdaad44ef2a0e8a120c679c217709af44..0000000000000000000000000000000000000000
>> --- a/arch/arm/boot/dts/st/stih407.dtsi
>> +++ /dev/null
>> @@ -1,145 +0,0 @@
>> -// SPDX-License-Identifier: GPL-2.0-only
>> -/*
>> - * Copyright (C) 2015 STMicroelectronics Limited.
>> - * Author: Gabriel Fernandez <gabriel.fernandez@linaro.org>
>> - */
>> -#include "stih407-clock.dtsi"
> 
> Looks like this file is unused now too and can be removed.
Good catch, I missed this one, and it seems also that several 
compatibles within the file won't be used either.

I'll fix this promptly, thanks.

Best regards,
Raphaël>
> Rob


  reply	other threads:[~2025-09-07 21:49 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 [this message]
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
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=bdfef146-9daf-4f95-9314-f41e7352cbb3@gmail.com \
    --to=rgallaispou@gmail.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=patrice.chotard@foss.st.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®