From: "Markus Schneider-Pargmann" <msp@baylibre.com>
To: "Andrew Davis" <afd@ti.com>,
"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>,
"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 12/14] arm: dts: am335x-bonegreen-eco-u-boot: Add include of bone-common
Date: Wed, 15 Apr 2026 19:40:39 +0200 [thread overview]
Message-ID: <DHTWVNZDGRNE.298B3FBIY40SU@baylibre.com> (raw)
In-Reply-To: <b1b81d6c-384f-4623-bdcc-1c24c6d910ce@ti.com>
[-- Attachment #1: Type: text/plain, Size: 571 bytes --]
On Wed Apr 15, 2026 at 7:11 PM CEST, Andrew Davis wrote:
> On 4/15/26 11:02 AM, Markus Schneider-Pargmann (TI) wrote:
>> am335x-bonegreen-eco is the only bone that does not have a -u-boot.dtsi
>> file yet. The added include for am335x-bone-common-u-boot.dtsi adds the
>> needed tick-timer definition.
>>
>> Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
>> ---
>
> This one could be squashed into patch [7/14] where you do the same
> for all the others bone boards.
Indeed, thank you!
Will be done in the next version.
Best
Markus
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 289 bytes --]
next prev parent reply other threads:[~2026-04-15 17:41 UTC|newest]
Thread overview: 27+ 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 [this message]
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-22 19:07 ` Markus Schneider-Pargmann
2026-04-16 19:55 ` Judith Mendez
2026-04-16 20:33 ` Judith Mendez
2026-04-22 18:55 ` Markus Schneider-Pargmann
2026-05-14 22:28 ` 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=DHTWVNZDGRNE.298B3FBIY40SU@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.