public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
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>
Subject: Re: [PATCH v6 00/14] arm: am335x: Switch to upstream devicetree
Date: Fri, 17 Apr 2026 15:20:28 +0200	[thread overview]
Message-ID: <DHVGLJTPJW53.2EX6R0YM5BC5R@baylibre.com> (raw)
In-Reply-To: <20260416111302.45a7e1fb@kmaincent-XPS-13-7390>

[-- Attachment #1: Type: text/plain, Size: 1543 bytes --]

Hi Kory,

On Thu Apr 16, 2026 at 11:13 AM CEST, Kory Maincent wrote:
> On Thu, 16 Apr 2026 11:06:49 +0200
> Kory Maincent <kory.maincent@bootlin.com> wrote:
>
>> On Wed, 15 Apr 2026 18:02:21 +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.  
>> 
>> Your patch series breaks the scan of extension boards (cape).
>> => extension scan  
>> Found 0 extension board(s).
>> 
>> While I should have:
>> => extension scan  
>> BeagleBone Cape: Beaglebone green hdmi cape (0x57)
>> Found 1 extension board(s).
>> => extension list  
>> Extension 0: Beaglebone green hdmi cape
>> 	Manufacturer: 		Seeed
>> 	Version: 		00A0
>> 	Devicetree overlay: 	BB-GREEN-HDMI-00A0.dtbo
>> 	Other information: 	
>
> After I bisect, I have located the breakage on patch 13. 

Thanks for testing. I think I missed adding TI_SYSC config symbol to the
default config, I will add it to the next version.

Best
Markus

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 289 bytes --]

  reply	other threads:[~2026-04-17 13:20 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 [this message]
2026-04-17 13:26       ` Markus Schneider-Pargmann
2026-04-16 19:55 ` Judith Mendez
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=DHVGLJTPJW53.2EX6R0YM5BC5R@baylibre.com \
    --to=msp@baylibre.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=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