From: Judith Mendez <jm@ti.com>
To: "Markus Schneider-Pargmann (TI)" <msp@baylibre.com>,
<u-boot@lists.denx.de>, Marc Murphy <marc.murphy@sancloud.com>
Cc: "Tom Rini" <trini@konsulko.com>,
"Rasmus Villemoes" <ravi@prevas.dk>,
"Kory Maincent" <kory.maincent@bootlin.com>,
"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>
Subject: Re: [PATCH v6 00/14] arm: am335x: Switch to upstream devicetree
Date: Thu, 16 Apr 2026 14:55:02 -0500 [thread overview]
Message-ID: <39c2f5f1-ba0d-45ec-92f8-2e87ddff1aae@ti.com> (raw)
In-Reply-To: <20260415-topic-am33-evm-oftree-v2026-01-v6-0-94cde349bb01@baylibre.com>
Hi Markus,
On 4/15/26 11:02 AM, Markus Schneider-Pargmann (TI) 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.
>
> Dependencies:
> - net: cpsw: Add cpsw-switch DT binding support
> https://lore.kernel.org/r/20260410-topic-cpsw-switch-v2026-07-next-v1-0-c914724b13e4@baylibre.com
>
I have been planning to test this series on a couple of AM335 boards,
So far :
- am335 EVM: Pass
- am335 SK: Fail (at least SD boot regression)
Pending to test:
- beaglebone black and am335 ice boards.
am335 sk:
without of_upstream:
https://gist.github.com/jmenti/e51e1fc1b25c19f94786ad39a38737b7
with of_upstream:
https://gist.github.com/jmenti/fc17347eff33991a78ce365c42a76a25
Is this expected?
~ Judith
next prev parent reply other threads:[~2026-04-17 12:45 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-15 16:02 [PATCH v6 00/14] arm: am335x: Switch to upstream devicetree Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 01/14] arm: dts: am335x-evm: Add backlight to the panel Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 02/14] configs: am335x_evm_defconfig: Enable panel Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 03/14] include: configs: am335x_evm: Enable vidconsole Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 04/14] configs: am335x_evm: Enable SPL_OPTIMIZE_INLINING Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 05/14] configs: am335x_evm: Unify evm board defconfigs Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 06/14] am33xx: Avoid hard failure on USB probe issue Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 07/14] arm: dts: am335x-*-u-boot: Add chosen tick-timer Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 08/14] arm: dts: am335x-boneblack-u-boot: Add lcdc to all boot phases Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 09/14] am33xx: Fix comment about config symbols Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 10/14] am33xx: Support upstream devicetree USB device Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 11/14] dm: core: Split SIMPLE_PM_BUS into phases Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 12/14] arm: dts: am335x-bonegreen-eco-u-boot: Add include of bone-common Markus Schneider-Pargmann (TI)
2026-04-15 17:11 ` Andrew Davis
2026-04-15 17:40 ` Markus Schneider-Pargmann
2026-04-15 16:02 ` [PATCH v6 13/14] configs: am335x_evm_defconfig: Switch to upstream devicetree Markus Schneider-Pargmann (TI)
2026-04-15 16:02 ` [PATCH v6 14/14] arm: dts: am335x: Remove unused uboot devicetrees Markus Schneider-Pargmann (TI)
2026-04-15 17:13 ` Andrew Davis
2026-04-16 9:06 ` [PATCH v6 00/14] arm: am335x: Switch to upstream devicetree Kory Maincent
2026-04-16 9:13 ` Kory Maincent
2026-04-17 13:20 ` Markus Schneider-Pargmann
2026-04-17 13:26 ` Markus Schneider-Pargmann
2026-04-16 19:55 ` Judith Mendez [this message]
2026-04-16 20:33 ` Judith Mendez
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=39c2f5f1-ba0d-45ec-92f8-2e87ddff1aae@ti.com \
--to=jm@ti.com \
--cc=afd@ti.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=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=msp@baylibre.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=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