From: "Markus Schneider-Pargmann" <msp@baylibre.com>
To: "Kory Maincent" <kory.maincent@bootlin.com>,
"Markus Schneider-Pargmann (TI)" <msp@baylibre.com>
Cc: u-boot@lists.denx.de, "Marc Murphy" <marc.murphy@sancloud.com>,
"Tom Rini" <trini@konsulko.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 00/14] arm: am335x: Switch to upstream devicetree
Date: Tue, 28 Apr 2026 12:14:13 +0200 [thread overview]
Message-ID: <DI4PIXTMXMIT.RUEQIX1314GO@baylibre.com> (raw)
In-Reply-To: <20260428104252.6aebf748@kmaincent-XPS-13-7390>
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
Hi Kory,
On Tue Apr 28, 2026 at 10:42 AM CEST, Kory Maincent wrote:
> On Mon, 27 Apr 2026 11:01:16 +0200
> "Markus Schneider-Pargmann (TI)" <msp@baylibre.com> wrote:
>
>> The series is split into two logical groups:
>>
>> - Patches 1-3: Fixes for am335x-evm to boot and support the LCD panel
>> with the current u-boot devicetree.
>> - Patches 4-14: Make upstream devicetree working with uboot. This
>> adds tick-timer, adds compatibility of the board code for different
>> USB probing, makes SPL smaller and updates the defconfig.
>>
>> The series has been tested on am335x-evm. Note that I don't have all
>> other boards built with the am335x_*evm_*defconfig, so tests are
>> appreciated. buildman reports builds are working.
>
> Tested-by: Kory Maincent <kory.maincent@bootlin.com>
> For the BeagleBone Green Eco.
Thanks for testing and reviewing, I am glad it works now.
Best
Markus
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 289 bytes --]
next prev parent reply other threads:[~2026-04-28 12:42 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
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 [this message]
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=DI4PIXTMXMIT.RUEQIX1314GO@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