From: "Markus Schneider-Pargmann" <msp@baylibre.com>
To: "Tom Rini" <trini@konsulko.com>,
"Kory Maincent" <kory.maincent@bootlin.com>
Cc: "Markus Schneider-Pargmann (TI)" <msp@baylibre.com>,
u-boot@lists.denx.de, "Marc Murphy" <marc.murphy@sancloud.com>,
"Rasmus Villemoes" <ravi@prevas.dk>,
"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
"Romain Gantois" <romain.gantois@bootlin.com>,
"Parvathi Pudi" <parvathi@couthit.com>,
"Basharath Hussain Khaja" <basharath@couthit.com>,
"Paul Barker" <paul.barker@sancloud.com>,
"Andrew F. Davis" <afd@ti.com>, "Simon Glass" <sjg@chromium.org>,
"Anshul Dalal" <anshuld@ti.com>,
"Michael Trimarchi" <michael@amarulasolutions.com>,
"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
"Patrice Chotard" <patrice.chotard@foss.st.com>,
"Svyatoslav Ryhel" <clamor95@gmail.com>,
"Tien Fong Chee" <tien.fong.chee@altera.com>,
"Frieder Schrempf" <frieder.schrempf@kontron.de>,
"Johan Jonker" <jbx6244@gmail.com>,
"Brian Sune" <briansune@gmail.com>,
"Hai Pham" <hai.pham.ud@renesas.com>,
"Bernhard Messerklinger" <bernhard.messerklinger@at.abb.com>,
"Emanuele Ghidoli" <emanuele.ghidoli@toradex.com>,
"Parth Pancholi" <parth.pancholi@toradex.com>,
"Jonas Schwöbel" <jonasschwoebel@yahoo.de>,
"Paul Kocialkowski" <contact@paulk.fr>,
"Andre Przywara" <andre.przywara@arm.com>,
"Paresh Bhagat" <p-bhagat@ti.com>,
"Ion Agorria" <ion@agorria.com>, "Peng Fan" <peng.fan@nxp.com>
Subject: Re: [PATCH v7 13/14] arm: dts: am335x: Remove unused uboot devicetrees
Date: Fri, 15 May 2026 14:40:05 +0200 [thread overview]
Message-ID: <DIJ99VT9BM31.1Z4PKVT91JLZP@baylibre.com> (raw)
In-Reply-To: <20260505163941.GA2508910@bill-the-cat>
[-- Attachment #1: Type: text/plain, Size: 2422 bytes --]
On Tue May 5, 2026 at 6:39 PM CEST, Tom Rini wrote:
> On Tue, Apr 28, 2026 at 10:41:33AM +0200, Kory Maincent wrote:
>> On Mon, 27 Apr 2026 11:01:29 +0200
>> "Markus Schneider-Pargmann (TI)" <msp@baylibre.com> wrote:
>>
>> > These devicetrees are not used anymore because the boards are using
>> > upstream devicetrees now.
>> >
>> > Acked-by: Andrew Davis <afd@ti.com>
>> > Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
>> > ---
>> > arch/arm/dts/Makefile | 11 -
>> > arch/arm/dts/am335x-bone.dts | 23 -
>> > arch/arm/dts/am335x-boneblack.dts | 174 -----
>> > arch/arm/dts/am335x-bonegreen-eco.dts | 53 --
>> > arch/arm/dts/am335x-bonegreen.dts | 14 -
>> > arch/arm/dts/am335x-evm.dts | 767
>> > --------------------- arch/arm/dts/am335x-evmsk.dts |
>> > 730 -------------------- arch/arm/dts/am335x-icev2.dts |
>> > 486 ------------- arch/arm/dts/am335x-pocketbeagle.dts | 237
>> > ------- arch/arm/dts/am335x-sancloud-bbe-common.dtsi | 67 --
>> > arch/arm/dts/am335x-sancloud-bbe-extended-wifi.dts | 113 ---
>> > arch/arm/dts/am335x-sancloud-bbe-lite.dts | 50 --
>> > arch/arm/dts/am335x-sancloud-bbe.dts | 53 --
>> > 13 files changed, 2778 deletions(-)
>> >
>> > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
>> > index
>> > d90e02ca4e5c73534ce4c5f41173c897780bc6fe..35145d7e01176e320ebbf5e4004a46540f8933f1
>> > 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile
>> > @@ -403,26 +403,15 @@ dtb-$(CONFIG_ARCH_ZYNQMP_R5) += \
>> > zynqmp-r5.dtb
>> > dtb-$(CONFIG_AM33XX) += \
>> > am335x-baltos.dtb \
>> > - am335x-bone.dtb \
>> > - am335x-boneblack.dtb \
>> > am335x-boneblack-wireless.dtb \
>> > am335x-boneblue.dtb \
>>
>> I think you can also remove these ones.
>> IMHO all of the devicetree described here
>> https://elixir.bootlin.com/u-boot/v2026.04/source/include/configs/am335x_evm.h#L117
>> could be removed. Even if they are missing from CONFIG_OF_LIST, which could also
>> be corrected.
>
> I'm OK with that being a follow-up since there's been no other changes
> requested / problems reported at this point.
Thanks, I will create a follow-up for these boards.
Best
Markus
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 289 bytes --]
next prev parent reply other threads:[~2026-05-15 18:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-27 9:01 [PATCH v7 00/14] arm: am335x: Switch to upstream devicetree Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 01/14] arm: dts: am335x-evm: Add backlight to the panel Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 02/14] configs: am335x_evm_defconfig: Enable panel Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 03/14] include: configs: am335x_evm: Enable vidconsole Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 04/14] configs: am335x_evm: Enable SPL_OPTIMIZE_INLINING Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 05/14] configs: am335x_evm: Unify evm board defconfigs Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 06/14] am33xx: Avoid hard failure on USB probe issue Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 07/14] arm: dts: am335x-*-u-boot: Add chosen tick-timer Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 08/14] arm: dts: am335x-boneblack-u-boot: Add lcdc to all boot phases Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 09/14] am33xx: Fix comment about config symbols Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 10/14] am33xx: Support upstream devicetree USB device Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 11/14] dm: core: Split SIMPLE_PM_BUS into phases Markus Schneider-Pargmann (TI)
2026-04-27 9:01 ` [PATCH v7 12/14] configs: am335x_evm_defconfig: Switch to upstream devicetree Markus Schneider-Pargmann (TI)
2026-04-28 8:32 ` Kory Maincent
2026-04-27 9:01 ` [PATCH v7 13/14] arm: dts: am335x: Remove unused uboot devicetrees Markus Schneider-Pargmann (TI)
2026-04-28 8:41 ` Kory Maincent
2026-05-05 16:39 ` Tom Rini
2026-05-15 12:40 ` Markus Schneider-Pargmann [this message]
2026-04-27 9:01 ` [PATCH v7 14/14] dm: core: Remove dependency on CLK Markus Schneider-Pargmann (TI)
2026-04-28 8:42 ` [PATCH v7 00/14] arm: am335x: Switch to upstream devicetree Kory Maincent
2026-04-28 10:14 ` Markus Schneider-Pargmann
2026-05-18 18:22 ` Tom Rini
2026-05-26 7:47 ` Markus Schneider-Pargmann
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=DIJ99VT9BM31.1Z4PKVT91JLZP@baylibre.com \
--to=msp@baylibre.com \
--cc=afd@ti.com \
--cc=andre.przywara@arm.com \
--cc=anshuld@ti.com \
--cc=basharath@couthit.com \
--cc=bernhard.messerklinger@at.abb.com \
--cc=briansune@gmail.com \
--cc=clamor95@gmail.com \
--cc=contact@paulk.fr \
--cc=emanuele.ghidoli@toradex.com \
--cc=frieder.schrempf@kontron.de \
--cc=hai.pham.ud@renesas.com \
--cc=ion@agorria.com \
--cc=jbx6244@gmail.com \
--cc=jonasschwoebel@yahoo.de \
--cc=kory.maincent@bootlin.com \
--cc=marc.murphy@sancloud.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=michael@amarulasolutions.com \
--cc=p-bhagat@ti.com \
--cc=parth.pancholi@toradex.com \
--cc=parvathi@couthit.com \
--cc=patrice.chotard@foss.st.com \
--cc=patrick.delaunay@foss.st.com \
--cc=paul.barker@sancloud.com \
--cc=peng.fan@nxp.com \
--cc=ravi@prevas.dk \
--cc=romain.gantois@bootlin.com \
--cc=sjg@chromium.org \
--cc=tien.fong.chee@altera.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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