From: "Kumar, Udit" <u-kumar1@ti.com>
To: Tom Rini <trini@konsulko.com>
Cc: <nm@ti.com>, <u-boot@lists.denx.de>, <n-francis@ti.com>,
<rogerq@kernel.org>, <afd@ti.com>, <bb@ti.com>,
<j-humphreys@ti.com>, <sumit.garg@linaro.org>,
Robert Nelson <robertcnelson@gmail.com>,
Manorit Chawdhry <m-chawdhry@ti.com>
Subject: Re: [PATCH] dts: beagleboneai64: Add boothph in chipid node
Date: Tue, 17 Sep 2024 22:46:20 +0530 [thread overview]
Message-ID: <217c590c-8dce-4684-82c6-dff920b6d4eb@ti.com> (raw)
In-Reply-To: <20240917165420.GL4252@bill-the-cat>
On 9/17/2024 10:24 PM, Tom Rini wrote:
> On Tue, Sep 17, 2024 at 01:43:29PM +0530, Udit Kumar wrote:
>> beagleboneai64 boot was broken after OF_UPSTREAM support for
>> J721E SOC.
>> So add bootph in chipid node similar to other boards of
>> this SOC.
>>
>> Fixes: 46bb1405b461 ("arm: dts: k3-j721e: Move to OF_UPSTREAM")
>> Reported-by: Robert Nelson <robertcnelson@gmail.com>
>> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
>> ---
>> Boot logs
>> https://gist.github.com/uditkumarti/32604960dec65401cde8979e51160ba7
>>
>> arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
>> index 884f44239e..27851b7d08 100644
>> --- a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
>> +++ b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi
>> @@ -64,6 +64,10 @@
>> bootph-all;
>> };
>>
>> +&chipid {
>> + bootph-all;
>> +};
>> +
> Someone is upstreaming both of these, right?
Yes, patch posted for kernel by Manorit,
Please see
https://lore.kernel.org/all/20240814-b4-upstream-bootph-all-v4-4-f2b462000f25@ti.com/
But as of now, this node is defined as bootph-all for other J721E boards
arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi:&chipid {
arch/arm/dts/k3-j721e-sk-u-boot.dtsi:&chipid {
>
next prev parent reply other threads:[~2024-09-17 17:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-17 8:13 [PATCH] dts: beagleboneai64: Add boothph in chipid node Udit Kumar
2024-09-17 16:54 ` Tom Rini
2024-09-17 17:16 ` Kumar, Udit [this message]
2024-09-21 2:39 ` Tom Rini
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=217c590c-8dce-4684-82c6-dff920b6d4eb@ti.com \
--to=u-kumar1@ti.com \
--cc=afd@ti.com \
--cc=bb@ti.com \
--cc=j-humphreys@ti.com \
--cc=m-chawdhry@ti.com \
--cc=n-francis@ti.com \
--cc=nm@ti.com \
--cc=robertcnelson@gmail.com \
--cc=rogerq@kernel.org \
--cc=sumit.garg@linaro.org \
--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.